[+] Serve

This commit is contained in:
2024-12-17 00:30:14 -05:00
parent 058e6675a3
commit c0c64d4fb8
+4
View File
@@ -69,3 +69,7 @@ async def get_puzzle(id: str):
@app.get("/")
async def get_main():
return RedirectResponse("https://slither.hydev.org")
if __name__ == '__main__':
uvicorn.run(app, host="0.0.0.0", port=51562)