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