| Index: appengine/machine_provider/app.yaml
|
| diff --git a/appengine/machine_provider/app.yaml b/appengine/machine_provider/app.yaml
|
| index 89980b7004e294718894993b599699376067c437..cd933f5e180ab17b22f78c68b5e915f317dee6bd 100644
|
| --- a/appengine/machine_provider/app.yaml
|
| +++ b/appengine/machine_provider/app.yaml
|
| @@ -17,6 +17,12 @@ handlers:
|
| login: admin
|
| script: main.queue_app
|
| secure: always
|
| +- url: /static/
|
| + secure: always
|
| + static_dir: static
|
| +- url: /.*
|
| + script: main.frontend_app
|
| + secure: always
|
|
|
| includes:
|
| - components/auth
|
|
|