Fix upload
This commit is contained in:
@ -20,7 +20,7 @@ handlers:
|
|||||||
|
|
||||||
- url: /(.*).html
|
- url: /(.*).html
|
||||||
static_files: \1.html
|
static_files: \1.html
|
||||||
upload: *.html
|
upload: (.*).html
|
||||||
secure: always
|
secure: always
|
||||||
|
|
||||||
- url: /static
|
- url: /static
|
||||||
|
|||||||
Reference in New Issue
Block a user