Skip to content
Snippets Groups Projects
Commit 01bb4296 authored by Mitchell Moore's avatar Mitchell Moore
Browse files

(fix) removed hardcoded return value

parent 287e9394
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ def create_app(config_name):
print(output.split('\n')[7], file=sys.stdout)
return redirect('/pun/sys/dashboard', 302)
return redirect(return_url, 302)
@app.route('/')
def index():
......
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