diff --git a/app/main.py b/app/main.py index 8416969..066423f 100644 --- a/app/main.py +++ b/app/main.py @@ -12,4 +12,4 @@ def create_app() -> FastAPI: return application -app = create_app() +app = create_app()