Lets test #3

Merged
hjess merged 1 commits from mvc into main 2024-12-12 20:02:38 +01:00
Showing only changes of commit 146670d7c7 - Show all commits

2
app.py
View File

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