This commit is contained in:
dongli 2025-06-16 23:19:09 -07:00
parent 92b2aba960
commit d660002076

View File

@ -20,7 +20,6 @@ def create_app() -> FastAPI:
register(app, exception_handler)
register(app, database)
register(app, router)
# register(app, scheduler)
register(app, common)
# Call the custom_openapi function to change the OpenAPI version