aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/app/main.go')
-rw-r--r--dashboard/app/main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/dashboard/app/main.go b/dashboard/app/main.go
index f8f7c1ccd..d95e79a62 100644
--- a/dashboard/app/main.go
+++ b/dashboard/app/main.go
@@ -61,9 +61,9 @@ func initHTTPHandlers() {
http.Handle("/"+ns+"/repos", handlerWrapper(handleRepos))
http.Handle("/"+ns+"/bug-stats", handlerWrapper(handleBugStats))
}
- http.HandleFunc("/cache_update", cacheUpdate)
- http.HandleFunc("/deprecate_assets", handleDeprecateAssets)
- http.HandleFunc("/retest_repros", handleRetestRepros)
+ http.HandleFunc("/cron/cache_update", cacheUpdate)
+ http.HandleFunc("/cron/deprecate_assets", handleDeprecateAssets)
+ http.HandleFunc("/cron/retest_repros", handleRetestRepros)
}
type uiMainPage struct {