This commit is contained in:
Julien Duponchelle
2016-03-07 17:57:12 +01:00
parent 664cec97ba
commit b2ce7ee8d7
200 changed files with 867 additions and 625 deletions

View File

@ -52,7 +52,7 @@ class ServerHandler:
@classmethod
@Route.post(
r"/server/shutdown",
r"/servers/shutdown",
description="Shutdown the local server",
status_codes={
201: "Server is shutting down",