Revamps all of the IOL's routing, so that the new history page can share with the rest.
This commit is contained in:
8
src/cljc/auto_ap/ssr_routes.cljc
Normal file
8
src/cljc/auto_ap/ssr_routes.cljc
Normal file
@@ -0,0 +1,8 @@
|
||||
(ns auto-ap.ssr-routes)
|
||||
|
||||
(def routes {"admin" {"/history" {"" :admin-history
|
||||
"/" :admin-history
|
||||
#"/search/?" :admin-history-search
|
||||
["/" [#"\d+" :entity-id] #"/?"] :admin-history-search
|
||||
["/inspect/" [#"\d+" :entity-id] #"/?"] :admin-history-inspect}}})
|
||||
|
||||
Reference in New Issue
Block a user