mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Unauthorized status
This commit is contained in:
@@ -1641,7 +1641,7 @@ app.post('/status_poe', jsonParser, async (request, response) => {
|
|||||||
return response.send({'bot_names': botNames});
|
return response.send({'bot_names': botNames});
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
return response.sendStatus(500);
|
return response.sendStatus(401);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user