save code

This commit is contained in:
Your Name
2026-03-12 12:37:19 +00:00
parent 8221c8be65
commit 80404217aa
5 changed files with 503 additions and 65 deletions
+1 -1
View File
@@ -198,4 +198,4 @@ async def index():
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=47698, log_level="info")
uvicorn.run(app, host="0.0.0.0", port=12222, log_level="info")