Make login optional. Add login icon.
This commit is contained in:
3
app.yaml
3
app.yaml
@@ -9,7 +9,6 @@ handlers:
|
||||
static_files: static/babystats.html
|
||||
upload: static/babystats.html
|
||||
secure: always
|
||||
login: required
|
||||
http_headers:
|
||||
X-Content-Type-Options: nosniff
|
||||
|
||||
@@ -17,14 +16,12 @@ handlers:
|
||||
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
|
||||
login: required
|
||||
http_headers:
|
||||
X-Content-Type-Options: nosniff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user