Links for ledger, and bank account picker

This commit is contained in:
2024-08-23 23:24:05 -07:00
parent ab5869b4fb
commit 4316ebb34a
5 changed files with 97 additions and 75 deletions

View File

@@ -1,4 +1,5 @@
(ns auto-ap.routes.ledger)
(def routes {"" {:get ::all-page}
"/table" ::table })
"/table" ::table
"/bank-account-filter" ::bank-account-filter})