mirror of
https://github.com/penpot/penpot.git
synced 2026-08-07 05:18:36 +00:00
✨ Minor improvements on http ns.
This commit is contained in:
parent
a595effbe9
commit
56ed474d8c
@ -83,9 +83,10 @@
|
|||||||
(s/def ::oauth map?)
|
(s/def ::oauth map?)
|
||||||
(s/def ::storage map?)
|
(s/def ::storage map?)
|
||||||
(s/def ::assets map?)
|
(s/def ::assets map?)
|
||||||
|
(s/def ::feedback fn?)
|
||||||
|
|
||||||
(defmethod ig/pre-init-spec ::router [_]
|
(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
|
(defmethod ig/init-key ::router
|
||||||
[_ cfg]
|
[_ cfg]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user