Merge pull request #160 from echarlie/master

Add support for IPv6 hosts
pull/326/head
Igor Chubin 6 years ago committed by GitHub
commit b1ebd1b605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save