Merge pull request #160 from echarlie/master

Add support for IPv6 hosts
This commit is contained in:
Igor Chubin 2019-07-07 18:55:23 +02:00 committed by GitHub
commit b1ebd1b605
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ MY_LOADER = jinja2.ChoiceLoader([
APP.jinja_loader,
jinja2.FileSystemLoader(TEMPLATES),
])
APP.jinja_loader = MY_LOADER
@APP.route('/files/<path:path>')