started work on bank comparisons.
This commit is contained in:
3
src/cljc/auto_ap/routes/dashboard.cljc
Normal file
3
src/cljc/auto_ap/routes/dashboard.cljc
Normal file
@@ -0,0 +1,3 @@
|
||||
(ns auto-ap.routes.dashboard)
|
||||
(def routes {""
|
||||
{:get ::page }})
|
||||
@@ -6,6 +6,7 @@
|
||||
[auto-ap.routes.admin.vendors :as v-routes]
|
||||
[auto-ap.routes.outgoing-invoice :as oi-routes]
|
||||
[auto-ap.routes.payments :as p-routes]
|
||||
[auto-ap.routes.dashboard :as d-routes]
|
||||
[auto-ap.routes.invoice :as i-routes]
|
||||
[auto-ap.routes.admin.clients :as ac-routes]
|
||||
[auto-ap.routes.admin.sales-summaries :as ss-routes]
|
||||
@@ -16,6 +17,7 @@
|
||||
"search" :search
|
||||
"indicators" indicator-routes/routes
|
||||
|
||||
"dashboard" {:get ::d-routes/page}
|
||||
"account" {"/search" {:get :account-search}}
|
||||
"admin" {"" :auto-ap.routes.admin/page
|
||||
"/client" ac-routes/routes
|
||||
|
||||
Reference in New Issue
Block a user