| Index: appengine/apigen_examples/dumb_counter_mvm/service/app.yaml
|
| diff --git a/appengine/apigen_examples/dumb_counter_mvm/service/app.yaml b/appengine/apigen_examples/dumb_counter_mvm/service/app.yaml
|
| deleted file mode 100644
|
| index 358e6b6d768b88ae97f1fc33cc736b8a76fca23c..0000000000000000000000000000000000000000
|
| --- a/appengine/apigen_examples/dumb_counter_mvm/service/app.yaml
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -application: dumb-counter
|
| -version: v1
|
| -threadsafe: true
|
| -vm: true
|
| -
|
| -runtime: go
|
| -api_version: go1
|
| -
|
| -handlers:
|
| -- url: /.*
|
| - script: _go_app
|
| -
|
| -# Important! Even though there's a catch all routing above,
|
| -# without these two lines it's not going to work.
|
| -# Make sure you have this:
|
| -- url: /_ah/spi/.*
|
| - script: _go_app
|
|
|