add partition text

This commit is contained in:
proddy
2024-08-29 14:49:21 +02:00
parent 908284177f
commit 41ec9162fd

View File

@@ -4223,7 +4223,7 @@ router
return status(200); return status(200);
}) })
.post(RESTART_PARTITION_ENDPOINT, () => { .post(RESTART_PARTITION_ENDPOINT, () => {
console.log('restarting...'); console.log('restarting.from partition...');
return status(200); return status(200);
}) })
.post(FACTORY_RESET_ENDPOINT, () => status(200)) .post(FACTORY_RESET_ENDPOINT, () => status(200))