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

Side by Side Diff: milo/appengine/frontend/dispatch.yaml

Issue 2949783002: [milo] appengine/* -> * (Closed)
Patch Set: rebase Created 3 years, 6 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 dispatch:
2 # Note: /_ah/push-handler/ cannot be covered by dispatch.yaml because
3 # dispatch.yaml cannot handle /_ah/ URLs. We do want pubsub requests going
4 # to /_ah/push-handlers/ to go to the pubsub module however for accounting
5 # purposes.
6 - url: "*/prpc/*"
7 service: api
8 - url: "*/log/*"
9 service: logs
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698