feat: remove unneeded static url declaration
This commit is contained in:
parent
7e7743b33a
commit
a1059f9b90
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import asyncio
|
||||||
import aiohttp
|
import aiohttp
|
||||||
from . import mastodon, utils
|
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 #########
|
# TODO: move following to an app config or sqlite #########
|
||||||
thread_ids = [
|
thread_ids = [
|
||||||
|
|
Loading…
Reference in a new issue