Lets test

This commit is contained in:
2024-12-12 19:55:30 +01:00
parent e4887345a5
commit c6ac4599f4
15 changed files with 173 additions and 2991 deletions

2
app.py
View File

@@ -2,4 +2,4 @@ import uvicorn
from app.main import app
if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8000, reload=True)
uvicorn.run("app.main:app", host="0.0.0.0", port=8210, reload=False)