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

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

Issue 679813004: Docserver: Add _query_commit handler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: documentation Created 6 years, 2 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 | chrome/common/extensions/docs/server2/handler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 92a0c5136fa9fb8061677b94ce94abdf25f3983e..1e916d614c3428ceadbde6d8676be2cf40158d3e 100644
--- a/chrome/common/extensions/docs/server2/app.yaml
+++ b/chrome/common/extensions/docs/server2/app.yaml
@@ -14,11 +14,14 @@ handlers:
- url: /apple-touch-icon-precomposed\.png
static_files: chrome-128.png
upload: chrome-128.png
-- url: /.*
+- url: /_refresh/.*
script: appengine_main.py
secure: always
-- url: /_refresh/*
+ login: admin
+- url: /_enqueue/.*
script: appengine_main.py
secure: always
login: admin
-
+- url: /.*
+ script: appengine_main.py
+ secure: always
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/handler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698