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

Side by Side Diff: appengine/apigen_examples/dumb_counter_mvm/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, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 application: dumb-counter
2 version: v1
3 threadsafe: true
4 vm: true
5
6 runtime: go
7 api_version: go1
8
9 handlers:
10 - url: /.*
11 script: _go_app
12
13 # Important! Even though there's a catch all routing above,
14 # without these two lines it's not going to work.
15 # Make sure you have this:
16 - url: /_ah/spi/.*
17 script: _go_app
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698