Skip to content

Commit ebc124c

Browse files
committed
Fixes #44 - app.yaml: always default to https (#45)
1 parent d03075f commit ebc124c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ runtime: nodejs
22
vm: true
33
env_variables:
44
NODE_ENV: production
5-
5+
handlers:
6+
- url: /.*
7+
script: IGNORED
8+
secure: always
69
skip_files:
710
- ^(.*/)?.*/node_modules/.*$

0 commit comments

Comments
 (0)