Chromium Code Reviews| Index: app.yaml |
| diff --git a/app.yaml b/app.yaml |
| index 2ad63d355c0f40f8df4cda6795a99dc679a329b6..d027038ee51a4bdb70c8e521e29c97340da01f39 100644 |
| --- a/app.yaml |
| +++ b/app.yaml |
| @@ -29,6 +29,9 @@ handlers: |
| - url: /buildbot/.* |
| script: buildlogparse.app |
| +- url: /mailer/.* |
| + script: mailer.app |
|
Vadim Sh.
2013/08/26 21:30:41
secure: always
and use https:// on sender side
Mike Stip (use stip instead)
2013/08/29 19:56:46
Done.
|
| + |
| - url: /.* |
| script: handler.application |