| 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
|
|
|