Chromium Code Reviews| Index: appengine/config_service/app.yaml |
| diff --git a/appengine/config_service/app.yaml b/appengine/config_service/app.yaml |
| index e49543d2bc1f8eb400eb72e922eb8c49b5149aec..f1064812c19cf13cbf37ac4d2cc430afcb9573b6 100644 |
| --- a/appengine/config_service/app.yaml |
| +++ b/appengine/config_service/app.yaml |
| @@ -13,6 +13,10 @@ handlers: |
| static_files: static/favicon.ico |
| upload: static/favicon.ico |
| secure: always |
| + |
|
Sergey Berezin
2017/06/28 19:11:35
nit: Please remove the white spaces in the empty l
ayanaadylova
2017/07/05 18:02:45
Done.
|
| +- url: /elements.html |
| + static_files: ui/static/elements.html |
| + upload: ui/static/elements.html |
| - url: /static/images |
| static_dir: ui/static/images |