[O] Better prompt for uptime monitor

This commit is contained in:
Azalea Gui
2023-01-03 04:06:33 -05:00
parent 849a414d3e
commit b5d8aea56a
+1 -1
View File
@@ -35,7 +35,7 @@ routes = web.RouteTableDef()
@routes.get("/")
async def main(_):
return web.Response(status=405, text="405: Method Not Allowed")
return web.Response(status=200, text="The server is running!")
@routes.post("/")