Skip to content
Snippets Groups Projects
Commit 54b4755d authored by Arno Wunderlich's avatar Arno Wunderlich
Browse files

fix app name

parent a981879c
Branches main
No related tags found
1 merge request!66Localization support
Pipeline #16609 failed
......@@ -87,7 +87,7 @@ app = create_app()
# a simple page that says hello
@flask_app.route('/hello')
@app.route('/hello')
def hello():
return _('Hello, World!')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment