Skip to content

Commit aa362c9

Browse files
authored
Require login. (#250)
1 parent 90371e7 commit aa362c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@
1515
runtime: go119
1616

1717
main: ./cmd/cloud_orchestrator
18+
19+
handlers:
20+
- url: /.*
21+
script: _go_app
22+
login: required

0 commit comments

Comments
 (0)