feat: prep for deploy
This commit is contained in:
parent
86dddff22b
commit
e4f8b03ae3
2 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ thread_ids = ['112319729193615365', '112294405672971916', '112258065967208438']
|
||||||
@threads.route('/')
|
@threads.route('/')
|
||||||
def home():
|
def home():
|
||||||
threads = fetch_threads();
|
threads = fetch_threads();
|
||||||
return render_template('index.html', threads=threads)
|
return render_template('threads.html', threads=threads)
|
||||||
|
|
||||||
@threads.route('/api')
|
@threads.route('/api')
|
||||||
def api():
|
def api():
|
||||||
|
|
Loading…
Reference in a new issue