mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-06 17:16:55 -06:00
further work on ftbhot about page
This commit is contained in:
@@ -29,17 +29,22 @@ strgen = lambda length, charset=string.ascii_letters, weights=None : ''.join(ran
|
||||
@app.route('/ftbhot/about')
|
||||
@app.route('/ftbhot/about/')
|
||||
def ftbhot_about():
|
||||
return "about page xd"
|
||||
return render_template('/ftbhot/about.html')
|
||||
|
||||
@app.route('/ftbhot/auth')
|
||||
@app.route('/ftbhot/auth/')
|
||||
def ftbhot_auth():
|
||||
return 'hi bot guy'
|
||||
return 'WIP'
|
||||
|
||||
@app.route('/ftbhot')
|
||||
@app.route('/ftbhot/')
|
||||
def ftbhot():
|
||||
return 't'
|
||||
return render_template('/ftbhot/embed.html')
|
||||
|
||||
@app.route('/ftbhot/json')
|
||||
@app.route('/ftbhot/json/')
|
||||
def ftbhot_embed():
|
||||
return render_template('/ftbhot/current.json')
|
||||
|
||||
@app.route('/time/')
|
||||
def time():
|
||||
|
||||
Reference in New Issue
Block a user