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

Unified Diff: chrome/common/extensions/docs/server2/app.yaml

Issue 1151283007: Docserver overhaul: Gitiles away from me. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
Index: chrome/common/extensions/docs/server2/app.yaml
diff --git a/chrome/common/extensions/docs/server2/app.yaml b/chrome/common/extensions/docs/server2/app.yaml
index b68ad8ce63426463b7993177992e030ac7e0f7a1..006e8d3ad4f95a3d06656308240d5437848bc362 100644
--- a/chrome/common/extensions/docs/server2/app.yaml
+++ b/chrome/common/extensions/docs/server2/app.yaml
@@ -1,5 +1,5 @@
application: chrome-apps-doc
-version: 3-49-0
+version: 3-50-0
runtime: python27
api_version: 1
threadsafe: false
@@ -14,18 +14,9 @@ handlers:
- url: /apple-touch-icon-precomposed\.png
static_files: chrome-128.png
upload: chrome-128.png
-- url: /_refresh/.*
+- url: /_flush_memcache/.*
Ken Rockot(use gerrit already) 2015/05/26 00:26:23 Not protected behind login (as we can't login via
script: appengine_main.py
secure: always
- login: admin
-- url: /_enqueue/.*
- script: appengine_main.py
- secure: always
- login: admin
-- url: /_reset_commit/.*
- script: appengine_main.py
- secure: always
- login: admin
- url: /.*
script: appengine_main.py
secure: always

Powered by Google App Engine
This is Rietveld 408576698