Remove deprecated code and reoganize file related methods

This commit is contained in:
Andrey Antukh 2023-01-16 16:50:42 +01:00
parent ed87814f50
commit dc77c6b655
10 changed files with 25 additions and 446 deletions

View file

@ -16,7 +16,7 @@
[app.http.middleware :as mw]
[app.http.session :as session]
[app.rpc.commands.binfile :as binf]
[app.rpc.commands.files.create :refer [create-file]]
[app.rpc.commands.files-create :refer [create-file]]
[app.rpc.commands.profile :as profile]
[app.util.blob :as blob]
[app.util.template :as tmpl]