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