@ -82,7 +82,7 @@ app.get('/viewcamimg/:dir/:img', async(req, res) => {
})
app.get('/servcmd', (req, res) => {
res.send({ status: `exit time ${Date.now()}` });
res.send({ status: `exit time ${(new Date()).toString()}` });
setTimeout(() => { process.exit(1) }, 2000);
});
The note is not visible to the blocked user.