minor
This commit is contained in:
parent
92b2aba960
commit
d660002076
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user