mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 05:11:41 +02:00
♻️ Move management mutations to commands
This commit is contained in:
parent
d832482dae
commit
ed701fd9c5
6 changed files with 381 additions and 412 deletions
|
@ -242,6 +242,7 @@
|
|||
(let [cfg (assoc cfg ::type "command" ::metrics-id :rpc-command-timing)]
|
||||
(->> (sv/scan-ns 'app.rpc.commands.binfile
|
||||
'app.rpc.commands.comments
|
||||
'app.rpc.commands.management
|
||||
'app.rpc.commands.auth
|
||||
'app.rpc.commands.ldap
|
||||
'app.rpc.commands.demo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue