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

Side by Side 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, 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
5 runtime: go
6 api_version: go1
7
8 handlers:
9 - url: /.*
10 script: _go_app
11
12 # Important! Even though there's a catch all routing above,
13 # without these two lines it's not going to work.
14 # Make sure you have this:
15 - url: /_ah/spi/.*
16 script: _go_app
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698