♻️ 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

@ -11,9 +11,9 @@
[app.common.uuid :as uuid]
[app.config :as cf]
[app.db :as db]
[app.http.doc :as doc]
[app.loggers.audit :as audit]
[app.rpc.commands.auth :as cmd.auth]
[app.rpc.doc :as-alias doc]
[app.util.services :as sv]
[app.util.time :as dt]
[buddy.core.codecs :as bc]