mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-08 10:09:00 -06:00
sample url hidden.html
This commit is contained in:
@@ -16,7 +16,7 @@ def strgen(length): return ''.join(
|
||||
random.choices(list(string.ascii_letters), k=length))
|
||||
|
||||
@app.route('/api')
|
||||
def apoi():
|
||||
def api():
|
||||
return 'fuckoff'
|
||||
|
||||
@app.route('/dashboard')
|
||||
|
||||
Reference in New Issue
Block a user