mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🎉 Add webhooks rpc API
This commit is contained in:
parent
d8bb62c498
commit
39b9daa3a7
8 changed files with 324 additions and 16 deletions
|
@ -253,6 +253,7 @@
|
|||
'app.rpc.commands.auth
|
||||
'app.rpc.commands.ldap
|
||||
'app.rpc.commands.demo
|
||||
'app.rpc.commands.webhooks
|
||||
'app.rpc.commands.files
|
||||
'app.rpc.commands.files.update
|
||||
'app.rpc.commands.files.create
|
||||
|
@ -270,7 +271,9 @@
|
|||
|
||||
(defmethod ig/pre-init-spec ::methods [_]
|
||||
(s/keys :req [::audit/collector
|
||||
::http.client/client]
|
||||
::http.client/client
|
||||
::db/pool
|
||||
::wrk/executor]
|
||||
:req-un [::sto/storage
|
||||
::http.session/session
|
||||
::sprops
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue