Unauthorized status

This commit is contained in:
SillyLossy
2023-04-05 12:53:57 +03:00
parent ce1f33679e
commit b2b199d247

View File

@@ -1641,7 +1641,7 @@ app.post('/status_poe', jsonParser, async (request, response) => {
return response.send({'bot_names': botNames});
}
catch {
return response.sendStatus(500);
return response.sendStatus(401);
}
});