feat: indicate template_folder
This commit is contained in:
parent
490d0116e6
commit
5409afddea
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue