Switch routing from compojure to reitit
This commit is contained in:
parent
f44a743660
commit
0469f59e80
4 changed files with 18 additions and 15 deletions
5
deps.edn
5
deps.edn
|
|
@ -2,8 +2,9 @@
|
|||
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
|
||||
aero {:mvn/version "1.1.6"}
|
||||
http-kit {:mvn/version "2.3.0"}
|
||||
compojure {:mvn/version "1.6.1"}
|
||||
ring-logger {:mvn/version "1.0.1"}}
|
||||
metosin/reitit {:mvn/version "0.4.2"}
|
||||
ring-logger {:mvn/version "1.0.1"}
|
||||
ring/ring-defaults {:mvn/version "0.3.2"}}
|
||||
|
||||
:aliases
|
||||
;; clojurescript build tool and dependencies (see also shadow-cljs.edn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue