Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 runtime: go | |
| 2 api_version: go1 | |
| 3 module: api | |
| 4 | |
| 5 instance_class: F4_1G | |
| 6 | |
| 7 handlers: | |
| 8 # Everything goes here. | |
| 9 - url: /.* | |
|
nodir
2017/03/20 22:22:57
still require admin for internal URLs
consider ad
hinoka
2017/03/21 00:56:15
Done.
Will add admin in a separate CL.
| |
| 10 script: _go_app | |
| 11 secure: always | |
| OLD | NEW |