Gros refactoring

This commit is contained in:
François Pelletier 2024-12-31 21:01:12 -05:00
parent 4a6bfc951f
commit dd22432b48
12 changed files with 18 additions and 18 deletions

View file

@ -74,4 +74,4 @@ def test_getroot():
if __name__ == "__main__":
import uvicorn
logger.info("Starting the application")
uvicorn.run(app, host="0.0.0.0", port=8000)
uvicorn.run(app, host="0.0.0.0", port=8080)