| Index: milo/appengine/frontend/module-api.yaml
|
| diff --git a/milo/appengine/frontend/app.yaml b/milo/appengine/frontend/module-api.yaml
|
| similarity index 51%
|
| copy from milo/appengine/frontend/app.yaml
|
| copy to milo/appengine/frontend/module-api.yaml
|
| index e98b172d2f2cf24f009024615676556813894234..2e74b8618902f978f03f5e0810d3171fa7d37462 100644
|
| --- a/milo/appengine/frontend/app.yaml
|
| +++ b/milo/appengine/frontend/module-api.yaml
|
| @@ -1,18 +1,10 @@
|
| runtime: go
|
| api_version: go1
|
| +module: api
|
|
|
| instance_class: F4_1G
|
|
|
| handlers:
|
| -# For static resources such as css and js files.
|
| -- url: /static
|
| - secure: always
|
| - static_dir: static
|
| -
|
| -# For sideloading data for testing and development.
|
| -- url: /_ah/remote_api
|
| - script: _go_app
|
| -
|
| # For admin resources or endpoints meant to be hit by a cron job.
|
| - url: /admin/.*
|
| script: _go_app
|
| @@ -23,9 +15,3 @@ handlers:
|
| - url: /.*
|
| script: _go_app
|
| secure: always
|
| -
|
| -builtins:
|
| -- remote_api: on
|
| -
|
| -includes:
|
| - - static
|
|
|