External ledger

This commit is contained in:
2024-08-24 23:12:14 -07:00
parent 4316ebb34a
commit bb7e0abeed
4 changed files with 44 additions and 58 deletions

View File

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