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

Unified Diff: milo/appengine/frontend/dispatch.yaml

Issue 2796743004: Milo flex raw log viewer endpoint (Closed)
Patch Set: More review Created 3 years, 8 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
« no previous file with comments | « milo/appengine/common/middleware.go ('k') | milo/appengine/logs/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/frontend/dispatch.yaml
diff --git a/milo/appengine/frontend/dispatch.yaml b/milo/appengine/frontend/dispatch.yaml
index 527e9950cc497ef82f44adf7c2e70bf9e1624e94..66bec014c91cdd88d01c027bdf0654d5bc3cd72d 100644
--- a/milo/appengine/frontend/dispatch.yaml
+++ b/milo/appengine/frontend/dispatch.yaml
@@ -5,3 +5,5 @@ dispatch:
# purposes.
- url: "*/prpc/*"
service: api
+ - url: "*/log/*"
+ service: logs
« no previous file with comments | « milo/appengine/common/middleware.go ('k') | milo/appengine/logs/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698