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

Unified Diff: appengine/findit/dispatch.yaml

Issue 1866883002: [Findit] A huge refactoring and some bug fixing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nit. Created 4 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 | « appengine/findit/common/findit_testcase.py ('k') | appengine/findit/findit_api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/dispatch.yaml
diff --git a/appengine/findit/dispatch.yaml b/appengine/findit/dispatch.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..0e93567e875eca5c53ca7dc3b3528c474423de26
--- /dev/null
+++ b/appengine/findit/dispatch.yaml
@@ -0,0 +1,12 @@
+dispatch:
+ - url: "*/robots.txt"
+ module: default
+
+ - url: "*.appspot.com/build-failure"
+ module: waterfall-frontend
+
+ - url: "*.appspot.com/list-analyses"
+ module: waterfall-frontend
+
+ - url: "*.appspot.com/waterfall/*"
+ module: waterfall-frontend
« no previous file with comments | « appengine/findit/common/findit_testcase.py ('k') | appengine/findit/findit_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698