mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-10 06:09:04 -06:00
debug hidden url
This commit is contained in:
@@ -89,6 +89,10 @@ def boolparse(string, default=False):
|
||||
else:
|
||||
return False
|
||||
|
||||
@app.errorhandler(404)
|
||||
def page_not_found(e):
|
||||
return '${}'.format(app.config['HIDDEN_URL'])
|
||||
|
||||
@app.route(str(app.config['HIDDEN_URL']) + '/help')
|
||||
@login_required
|
||||
def hidden_help():
|
||||
|
||||
Reference in New Issue
Block a user