diff options
Diffstat (limited to 'syz-cluster/pkg/controller/api.go')
| -rw-r--r-- | syz-cluster/pkg/controller/api.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/syz-cluster/pkg/controller/api.go b/syz-cluster/pkg/controller/api.go index a20860d6f..de8545319 100644 --- a/syz-cluster/pkg/controller/api.go +++ b/syz-cluster/pkg/controller/api.go @@ -202,6 +202,7 @@ func (c APIServer) uploadSession(w http.ResponseWriter, r *http.Request) { func (c APIServer) getTrees(w http.ResponseWriter, r *http.Request) { api.ReplyJSON(w, &api.TreesResp{ - Trees: api.DefaultTrees, + Trees: api.DefaultTrees, + FuzzConfigs: api.FuzzConfigs, }) } |
