feat: indicate template_folder

This commit is contained in:
Ayo Ayco 2024-05-18 22:00:41 +02:00
parent 490d0116e6
commit 5409afddea

View file

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