Index: appengine/apigen_examples/dumb_counter/service/app.yaml |
diff --git a/appengine/apigen_examples/dumb_counter/service/app.yaml b/appengine/apigen_examples/dumb_counter/service/app.yaml |
deleted file mode 100644 |
index 6edb26d288147bf8050814f3d74001340c4c28d2..0000000000000000000000000000000000000000 |
--- a/appengine/apigen_examples/dumb_counter/service/app.yaml |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-application: dumb-counter |
-version: v1 |
-threadsafe: 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 |