mirror of
https://github.com/chubin/wttr.in
synced 2025-01-26 02:34:59 +00:00
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,
|
||||
jinja2.FileSystemLoader(TEMPLATES),
|
||||
])
|
||||
|
||||
APP.jinja_loader = MY_LOADER
|
||||
|
||||
@APP.route('/files/<path:path>')
|
||||
|
|
Loading…
Reference in a new issue