diff --git a/app/main.py b/app/main.py index 066423f..8416969 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()