mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-08 12:09:01 -06:00
hidden help fix 3
This commit is contained in:
@@ -96,7 +96,7 @@ def page_not_found(e):
|
||||
hidden_url = app.config['HIDDEN_URL']
|
||||
hidden_help_url = hidden_url + '/help'
|
||||
|
||||
@app.route(hidden_url_help)
|
||||
@app.route(hidden_help_url)
|
||||
@login_required
|
||||
def hidden_help():
|
||||
return render_template('hidden_help.html')
|
||||
|
||||
Reference in New Issue
Block a user