Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 27, 2024
1 parent d1cf254 commit 2a5a372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/app_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ def initialize_extensions(app: Flask):
# Since the application instance is now created, pass it to each Flask
# extension instance to bind it to the Flask application instance (app)
extensions = [
ext_warnings,
ext_timezone,
ext_import_modules,
ext_logging,
ext_warnings,
ext_import_modules,
ext_compress,
ext_code_based_extension,
ext_database,
Expand Down

0 comments on commit 2a5a372

Please sign in to comment.