Merge pull request #160 from echarlie/master
Add support for IPv6 hosts
This commit is contained in:
commit
b1ebd1b605
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ MY_LOADER = jinja2.ChoiceLoader([
|
||||||
APP.jinja_loader,
|
APP.jinja_loader,
|
||||||
jinja2.FileSystemLoader(TEMPLATES),
|
jinja2.FileSystemLoader(TEMPLATES),
|
||||||
])
|
])
|
||||||
|
|
||||||
APP.jinja_loader = MY_LOADER
|
APP.jinja_loader = MY_LOADER
|
||||||
|
|
||||||
@APP.route('/files/<path:path>')
|
@APP.route('/files/<path:path>')
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue