feat: remove unneeded static url declaration

This commit is contained in:
Ayo Ayco 2025-01-19 09:58:05 +01:00
parent 7e7743b33a
commit a1059f9b90

View file

@ -6,7 +6,7 @@ import asyncio
import aiohttp
from . import mastodon, utils
threads = Blueprint('threads', __name__, template_folder='templates', static_folder='static', static_url_path='/threads/static')
threads = Blueprint('threads', __name__, template_folder='templates', static_folder='static')
# TODO: move following to an app config or sqlite #########
thread_ids = [