forked from orbit-oss/flask
Fixed a bug in list_templates
This commit is contained in:
parent
8d2daea327
commit
c9a2ad2b8d
6 changed files with 23 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from flask import Flask
|
||||
|
||||
app = Flask(__name__)
|
||||
from moduleapp.apps.admin import admin
|
||||
from moduleapp.apps.frontend import frontend
|
||||
from blueprintapp.apps.admin import admin
|
||||
from blueprintapp.apps.frontend import frontend
|
||||
app.register_blueprint(admin)
|
||||
app.register_blueprint(frontend)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue