Skip to content
Snippets Groups Projects
Commit 29b16fbb authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files
parents 0206cda0 1c0bd516
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ if __name__ == "__main__": ...@@ -14,7 +14,7 @@ if __name__ == "__main__":
# Startseite # Startseite
@app.route('/') @app.route('/')
def hello_world(): def hello_world():
return 'Warpzone API' return 'Warpzone API, see: https://gitlab.warpzone.ms/infrastruktur/warpapi/blob/master/README.md'
# Statische Dateien # Statische Dateien
@app.route('/static/<path:path>') @app.route('/static/<path:path>')
......
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