| OLD | NEW |
| 1 dispatch: | 1 dispatch: |
| 2 - url: "*/robots.txt" | 2 - url: "*/robots.txt" |
| 3 module: default | 3 module: default |
| 4 | 4 |
| 5 - url: "*/build-failure" | 5 - url: "*/build-failure" |
| 6 module: waterfall-frontend | 6 module: waterfall-frontend |
| 7 | 7 |
| 8 - url: "*/list-analyses" | 8 - url: "*/list-analyses" |
| 9 module: waterfall-frontend | 9 module: waterfall-frontend |
| 10 | 10 |
| 11 - url: "*/waterfall/*" | 11 - url: "*/waterfall/*" |
| 12 module: waterfall-frontend | 12 module: waterfall-frontend |
| 13 |
| 14 - url: "*.appspot.com/crash/*" |
| 15 module: crash-frontend |
| OLD | NEW |