mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Dead code
This commit is contained in:
parent
3005e04a6e
commit
1d5337649e
1 changed files with 0 additions and 2 deletions
|
|
@ -323,8 +323,6 @@
|
||||||
(def cqrs-routes
|
(def cqrs-routes
|
||||||
(mapv (fn [command] [(str "/command/" (name command)) {:post handler :name command}]) commands))
|
(mapv (fn [command] [(str "/command/" (name command)) {:post handler :name command}]) commands))
|
||||||
|
|
||||||
cqrs-routes
|
|
||||||
|
|
||||||
(def cqrs-routes-pedestal
|
(def cqrs-routes-pedestal
|
||||||
(map-tree/router
|
(map-tree/router
|
||||||
(table/table-routes
|
(table/table-routes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue