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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/app/main.go b/dashboard/app/main.go
index eeba85c9e..0d2e588b1 100644
--- a/dashboard/app/main.go
+++ b/dashboard/app/main.go
@@ -88,6 +88,7 @@ func initHTTPHandlers() {
http.HandleFunc("/cron/deprecate_assets", handleDeprecateAssets)
http.HandleFunc("/cron/refresh_subsystems", handleRefreshSubsystems)
http.HandleFunc("/cron/subsystem_reports", handleSubsystemReports)
+ http.HandleFunc("/cron/update_coverdb_subsystems", handleUpdateCoverDBSubsystems)
}
func handleMovedPermanently(dest string) http.HandlerFunc {