Chromium Code Reviews| Index: milo/appengine/frontend/module-api.yaml |
| diff --git a/milo/appengine/frontend/module-api.yaml b/milo/appengine/frontend/module-api.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7bbdd6553c7430e2b67c4008f9264e85ba2b3425 |
| --- /dev/null |
| +++ b/milo/appengine/frontend/module-api.yaml |
| @@ -0,0 +1,11 @@ |
| +runtime: go |
| +api_version: go1 |
| +module: api |
| + |
| +instance_class: F4_1G |
| + |
| +handlers: |
| +# Everything goes here. |
| +- 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.
|
| + script: _go_app |
| + secure: always |