mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2026-01-31 10:26:36 -06:00
hidden url config
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ def boolparse(string, default=False):
|
||||
else:
|
||||
return False
|
||||
|
||||
@app.route(hidden_value)
|
||||
@app.route(app.config['HIDDEN_URL'])
|
||||
@login_required
|
||||
def hidden():
|
||||
# Handled within request
|
||||
|
||||
Reference in New Issue
Block a user