Merge pull request 'Lets test' (#3) from mvc into main
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Failing after 4m30s

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2024-12-12 20:02:38 +01:00

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)