| Index: appengine/findit/waterfall-frontend.yaml
|
| diff --git a/appengine/findit/waterfall-frontend.yaml b/appengine/findit/waterfall-frontend.yaml
|
| index 046e0c1ab77f96ec90a03cce213214781544d341..cf6b1ac79e828a5ff965223d8ef03e678119fed7 100644
|
| --- a/appengine/findit/waterfall-frontend.yaml
|
| +++ b/appengine/findit/waterfall-frontend.yaml
|
| @@ -23,6 +23,10 @@ handlers:
|
| static_files: static/common.css
|
| upload: static/common.css
|
|
|
| +- url: /waterfall/flake
|
| + static_files: templates/flake.html
|
| + upload: templates/flake.html
|
| +
|
| # Pipeline status UI handler.
|
| - url: /_ah/pipeline(/.*)?
|
| script: main.pipeline_status_application
|
|
|