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

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

Issue 736773002: Docserver: Add commit history and _reset_commit servlet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 698bd3960c9bab45d7421cbed71ff89a6bfe326a..f8d6f30d12ce73e394ea804f657b5aaa65e83b73 100644
--- a/chrome/common/extensions/docs/server2/app.yaml
+++ b/chrome/common/extensions/docs/server2/app.yaml
@@ -22,6 +22,10 @@ handlers:
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