Skip to content
Snippets Groups Projects
Commit d7eccdea authored by Sebastian Lobinger's avatar Sebastian Lobinger
Browse files

add url_rule for rootpath to api_test_server.py see #20

parent eadcf56c
No related branches found
No related tags found
1 merge request!15Resolve "Basis-Pfad (/) bei API über Proxy nicht aufrufbar"
Pipeline #
......@@ -22,3 +22,7 @@ def passthrough():
output = json.dumps(
{'url': request.args, 'body': body, 'header': dict(request.headers)})
return output
@app.route('/')
def rootpath():
return 'rootpath'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment