Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(681)

Unified Diff: server/app.yaml

Issue 1335343002: verify with webmaster tools (Closed) Base URL: git@github.com:dart-lang/api.dartlang.org.git@master
Patch Set: fix Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | server/static/google2ed1af765c529f57.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | server/static/google2ed1af765c529f57.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698