mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2026-01-31 10:26:36 -06:00
reddit hot work (created template response)
This commit is contained in:
+4
-1
@@ -37,8 +37,11 @@ def ftbhot_auth():
|
||||
return 'hi bot guy'
|
||||
|
||||
@app.route('/ftbhot')
|
||||
@app.route('/ftbhot/')
|
||||
def ftbhot():
|
||||
return 't'
|
||||
|
||||
@app.route('/time')
|
||||
@app.route('/time/')
|
||||
def time():
|
||||
value = request.args.get('value')
|
||||
if not value:
|
||||
|
||||
Reference in New Issue
Block a user