Change http response code for creation error

This commit is contained in:
= 2024-10-02 17:54:33 -04:00
parent aa5f7c303b
commit f0bf9619cd

View File

@ -731,7 +731,7 @@ class ApiServersIndexHandler(BaseApiHandler):
self.controller.servers.stats.record_stats()
self.finish_json(
200,
503,
{
"status": "error",
"error": "Could not create server",