feat: prep for deploy

This commit is contained in:
Ayo Ayco 2024-04-24 11:51:06 +02:00
parent 86dddff22b
commit e4f8b03ae3
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ thread_ids = ['112319729193615365', '112294405672971916', '112258065967208438']
@threads.route('/')
def home():
threads = fetch_threads();
return render_template('index.html', threads=threads)
return render_template('threads.html', threads=threads)
@threads.route('/api')
def api():