Little cosmetic fix
This commit is contained in:
parent
73f9a5589e
commit
9092d57020
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ def start_app():
|
|||
if config.application_root=='/':
|
||||
app.register_blueprint(app_name, url_prefix=added_app[2])
|
||||
else:
|
||||
app.register_blueprint(app_name, url_prefix=config.application_root+'/'+added_app[2][1:])
|
||||
app.register_blueprint(app_name, url_prefix=config.application_root+added_app[2][1:])
|
||||
"""
|
||||
module_app=config.apps[added_app][0]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue