sample url hidden.html

This commit is contained in:
Xevion
2019-06-29 23:32:03 -05:00
parent 3ac741041a
commit 29b59ceeba
4 changed files with 27 additions and 25 deletions

View File

@@ -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')