fix: update boilerplates to use the new features

This commit is contained in:
2025-08-09 17:56:33 +02:00
parent ece662f655
commit 12b8137f91

View File

@@ -24,8 +24,6 @@ def create_app():
imp.import_blueprints("blueprints")
imp.import_models("models")
sql.register_module(app)
return app
"""