| Index: appengine/config_service/app.yaml
|
| diff --git a/appengine/config_service/app.yaml b/appengine/config_service/app.yaml
|
| index e49543d2bc1f8eb400eb72e922eb8c49b5149aec..1b9d70d36e30cb12ef8a0192481bde7c6797077a 100644
|
| --- a/appengine/config_service/app.yaml
|
| +++ b/appengine/config_service/app.yaml
|
| @@ -14,6 +14,10 @@ handlers:
|
| upload: static/favicon.ico
|
| secure: always
|
|
|
| +- url: /elements.html
|
| + static_files: ui/static/elements.html
|
| + upload: ui/static/elements.html
|
| +
|
| - url: /static/images
|
| static_dir: ui/static/images
|
|
|
|
|