aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'syz-cluster/dashboard/main.go')
-rw-r--r--syz-cluster/dashboard/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/syz-cluster/dashboard/main.go b/syz-cluster/dashboard/main.go
index 0497cc86b..064dd31da 100644
--- a/syz-cluster/dashboard/main.go
+++ b/syz-cluster/dashboard/main.go
@@ -27,6 +27,7 @@ func main() {
app.Fatalf("failed to set up handler: %v", err)
}
http.HandleFunc("/sessions/{id}/log", handler.sessionLog)
+ http.HandleFunc("/sessions/{id}/test_logs", handler.sessionTestLog)
http.HandleFunc("/series/{id}", handler.seriesInfo)
http.HandleFunc("/patches/{id}", handler.patchContent)
http.HandleFunc("/findings/{id}/{key}", handler.findingInfo)