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

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

Issue 2796743004: Milo flex raw log viewer endpoint (Closed)
Patch Set: Fix module path 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
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

Powered by Google App Engine
This is Rietveld 408576698