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

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

Issue 2755273003: Milo: Split pubsub and the prpc api out to its own modules (Closed)
Patch Set: Add an api module too Created 3 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 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
new file mode 100644
index 0000000000000000000000000000000000000000..9b91b2b10d1c61abd9d648dbb1f271af28ca88fa
--- /dev/null
+++ b/milo/appengine/frontend/dispatch.yaml
@@ -0,0 +1,5 @@
+dispatch:
+ - url: "*/pubsub/*"
+ service: pubsub
+ - url: "*/prpc/*"
+ service: api

Powered by Google App Engine
This is Rietveld 408576698