♻️ Move doc ns from http to rpc ns

This commit is contained in:
Andrey Antukh 2022-07-13 14:29:34 +02:00
parent 05a86581a5
commit e3f878ef2f
10 changed files with 14 additions and 13 deletions

View file

@ -12,8 +12,8 @@
[app.config :as cf]
[app.db :as db]
[app.emails :as eml]
[app.http.doc :as-alias doc]
[app.loggers.audit :as audit]
[app.rpc.doc :as-alias doc]
[app.rpc.mutations.teams :as teams]
[app.rpc.queries.profile :as profile]
[app.rpc.rlimit :as rlimit]