| Index: appengine/config_service/app.yaml
|
| diff --git a/appengine/config_service/app.yaml b/appengine/config_service/app.yaml
|
| index e49543d2bc1f8eb400eb72e922eb8c49b5149aec..012ac3220f5cb154b804ce5562a1da2cd368c0eb 100644
|
| --- a/appengine/config_service/app.yaml
|
| +++ b/appengine/config_service/app.yaml
|
| @@ -20,16 +20,15 @@ handlers:
|
| - url: /bower_components
|
| static_dir: ui/bower_components
|
|
|
| +- url: /common
|
| + static_dir: ui/common
|
| +
|
| - url: /src
|
| static_dir: ui/src
|
|
|
| - url: /_ah/spi/.*
|
| script: apps.endpoints
|
|
|
| -- url: /newui
|
| - static_files: ui/static/index.html
|
| - upload: ui/static/index.html
|
| -
|
| - url: /.*
|
| script: apps.html
|
| secure: always
|
|
|