diff --git a/threads.py b/threads.py index fa3d7ac..0a09486 100755 --- a/threads.py +++ b/threads.py @@ -179,7 +179,7 @@ async def tag(id): return render_template('_tag.html', threads=statuses, tag=id, app=app, attribution=attribution, render_date=datetime.now()) -@threads.route('/') +@threads.route('/thread/') @cache.cached(timeout=300) def thread(id): attribution = get_attribution()