Adds new ledger page
This commit is contained in:
4
src/cljc/auto_ap/routes/ledger.cljc
Normal file
4
src/cljc/auto_ap/routes/ledger.cljc
Normal file
@@ -0,0 +1,4 @@
|
||||
(ns auto-ap.routes.ledger)
|
||||
|
||||
(def routes {"" {:get ::all-page}
|
||||
"/table" ::table })
|
||||
Reference in New Issue
Block a user