Switch from hashes to URL paths to hack around login issue.
This commit is contained in:
8
app.yaml
8
app.yaml
@@ -13,6 +13,14 @@ handlers:
|
||||
http_headers:
|
||||
X-Content-Type-Options: nosniff
|
||||
|
||||
- url: /baby/.*
|
||||
static_files: static/babystats.html
|
||||
upload: static/babystats.html
|
||||
secure: always
|
||||
login: required
|
||||
http_headers:
|
||||
X-Content-Type-Options: nosniff
|
||||
|
||||
- url: /static
|
||||
static_dir: static
|
||||
secure: always
|
||||
|
||||
Reference in New Issue
Block a user