Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2155)

Unified Diff: appengine/apigen_examples/dumb_counter/service/app.yaml

Issue 1750143003: Remove ephelper and other endpoints code. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698