diff --git a/backend/src/app/http.clj b/backend/src/app/http.clj index 06ea21b85d..f15411d6a7 100644 --- a/backend/src/app/http.clj +++ b/backend/src/app/http.clj @@ -83,9 +83,10 @@ (s/def ::oauth map?) (s/def ::storage map?) (s/def ::assets map?) +(s/def ::feedback fn?) (defmethod ig/pre-init-spec ::router [_] - (s/keys :req-un [::rpc ::session ::metrics ::oauth ::storage ::assets])) + (s/keys :req-un [::rpc ::session ::metrics ::oauth ::storage ::assets ::feedback])) (defmethod ig/init-key ::router [_ cfg]