Write upload handler

This commit is contained in:
heyarne 2020-05-10 23:27:55 +02:00
commit 9fa17f6f6c
3 changed files with 68 additions and 12 deletions

View file

@ -10,7 +10,8 @@
;; clojurescript build tool and dependencies (see also shadow-cljs.edn)
{:cljs {:extra-deps {thheller/shadow-cljs {:mvn/version "2.8.109"}
appliedscience/js-interop {:mvn/version "0.2.5"}
reagent {:mvn/version "1.0.0-alpha1"}}}
reagent {:mvn/version "1.0.0-alpha1"}
cljs-http {:mvn/version "0.1.46"}}}
;; packaging the server as a standalone jar for production
:uberjar {:extra-deps {luchiniatwork/cambada {:mvn/version "1.0.2"}}