| Index: server/app.yaml
|
| diff --git a/server/app.yaml b/server/app.yaml
|
| index c48f1144a28be8b667188744293c023b11d27063..16c595d94598ac08264d9df35eace28f2cfa5c33 100644
|
| --- a/server/app.yaml
|
| +++ b/server/app.yaml
|
| @@ -3,7 +3,7 @@
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| application: dartlang-api
|
| -version: fix-redirect-bugs
|
| +version: webmaster-tools-verify
|
|
|
| runtime: python27
|
| api_version: 1
|
| @@ -34,6 +34,10 @@ handlers:
|
| static_files: static/google76d23419c98fdd46.html
|
| upload: static/google76d23419c98fdd46.html
|
|
|
| +- url: /google2ed1af765c529f57.html
|
| + static_files: static/google2ed1af765c529f57.html
|
| + upload: static/google2ed1af765c529f57.html
|
| +
|
| - url: /apidocs/channels/.*/docs/.*
|
| script: scripts.redirector.application
|
|
|
|
|