We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d40ca commit 8b7e4d5Copy full SHA for 8b7e4d5
mystbin/backend/routers/admin.py
@@ -244,7 +244,7 @@ async def get_server_stats(request: MystbinRequest):
244
return UJSONResponse(data, status_code=200)
245
246
247
-@router.get("/admin/release_hook", tags=["admin"], include_in_schema=False)
+@router.put("/admin/release_hook", tags=["admin"], include_in_schema=False)
248
@limit("admin")
249
async def release_hook(request: MystbinRequest):
250
0 commit comments