This commit is contained in:
2021-11-23 06:50:27 +00:00
parent dd9ddb8afd
commit 358d874db3
3 changed files with 10 additions and 4 deletions

View File

@@ -53,4 +53,6 @@ def create_bp(app):
return send_from_directory(app.config['FLATPAGES_ROOT'],path)
else:
return send_from_directory('static',path)
return page_blueprint
return page_blueprint