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

add /hello page

parent adf47fb5
Branches main
No related tags found
1 merge request!66Localization support
Pipeline #16606 failed
......@@ -86,6 +86,12 @@ load_dotenv()
app = create_app()
# a simple page that says hello
@flask_app.route('/hello')
def hello():
return _('Hello, World!')
@app.route("/server-info")
def server_info() -> Response:
"""
......
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