mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 21:31:37 +02:00
♻️ Move doc ns from http to rpc ns
This commit is contained in:
parent
05a86581a5
commit
e3f878ef2f
10 changed files with 14 additions and 13 deletions
|
@ -8,8 +8,8 @@
|
|||
(:require
|
||||
[app.common.spec :as us]
|
||||
[app.db :as db]
|
||||
[app.http.doc :as doc]
|
||||
[app.rpc.commands.comments :as cmd.comments]
|
||||
[app.rpc.doc :as-alias doc]
|
||||
[app.rpc.queries.files :as files]
|
||||
[app.rpc.queries.teams :as teams]
|
||||
[app.util.services :as sv]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue