Skip to content

Commit 117dcc1

Browse files
committed
fix: Add stable to GCP handlers
1 parent 80323ee commit 117dcc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gcp/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ runtime: python311
33
handlers:
44
- url: /.*
55
script: app.app
6+
secure: always
67

78
env_variables:
89
FLASK_APP: app.py

0 commit comments

Comments
 (0)