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

Unified Diff: appengine/findit/main.py

Issue 1940843003: [Findit] Use PubSub built-in authentication for push endpoint. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fix nit. Created 4 years, 8 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: appengine/findit/main.py
diff --git a/appengine/findit/main.py b/appengine/findit/main.py
index 071bf542ef4124f533523bd3f1801581ced8c48a..04dc3f8683cfdfa08a8a5c0560aca6d09a3a8a01 100644
--- a/appengine/findit/main.py
+++ b/appengine/findit/main.py
@@ -86,7 +86,7 @@ waterfall_backend_web_application = webapp2.WSGIApplication(
# "crash-frontend" module.
crash_frontend_web_pages_handler_mappings = [
('/crash/config', crash_config.CrashConfig),
- ('/crash/fracas', fracas_crash.FracasCrash),
+ ('/_ah/push-handlers/crash/fracas', fracas_crash.FracasCrash),
]
crash_frontend_web_application = webapp2.WSGIApplication(
crash_frontend_web_pages_handler_mappings, debug=False)
« no previous file with comments | « appengine/findit/handlers/crash/test/fracas_crash_test.py ('k') | appengine/findit/model/crash/crash_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698