refactor: remove template_folder arg

This commit is contained in:
Ayo Ayco 2024-05-07 16:02:49 +02:00
parent 721f467fc9
commit 9c450e3b9b

View file

@ -4,7 +4,7 @@ from datetime import datetime, timedelta
import markdown
import re
threads = Blueprint('threads', __name__, template_folder='template')
threads = Blueprint('threads', __name__)
# TODO: move following to an app config or sqlite #########
server = 'https://social.ayco.io'