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

Unified Diff: perf_insights/app.yaml

Issue 1505303003: [perf-insights] Trace corpus cleanup endpoint (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 5 years 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 | perf_insights/cron.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf_insights/app.yaml
diff --git a/perf_insights/app.yaml b/perf_insights/app.yaml
index 115d8675113b593804b49a96895b4d6bc4ed47d2..c05c5fce763891bd8881a0a6eb7183ed0d4e1e1d 100644
--- a/perf_insights/app.yaml
+++ b/perf_insights/app.yaml
@@ -14,6 +14,11 @@ handlers:
script: perf_insights.endpoints.upload.app
secure: always
+- url: /corpus_cleanup
+ script: perf_insights.endpoints.corpus_cleanup.app
+ secure: always
+ login: admin
+
- url: /query
script: perf_insights.endpoints.query.app
secure: always
« no previous file with comments | « no previous file | perf_insights/cron.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698