forked from orbit-oss/flask
Always register URL rules. This fixes #81
This commit is contained in:
parent
6e52355eb3
commit
ed16ae2183
3 changed files with 13 additions and 8 deletions
4
CHANGES
4
CHANGES
|
|
@ -13,6 +13,10 @@ Release date to be announced, codename to be decided.
|
|||
- OPTIONS is now automatically implemented by Flask unless the
|
||||
application explictly adds 'OPTIONS' as method to the URL rule.
|
||||
In this case no automatic OPTIONS handling kicks in.
|
||||
- static rules are now even in place if there is no static folder
|
||||
for the module. This was implemented to aid GAE which will
|
||||
remove the static folder if it's part of a mapping in the .yml
|
||||
file.
|
||||
|
||||
Version 0.5.1
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue