Removes old login page, more progress on transactions
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
(ns auto-ap.client-routes)
|
||||
|
||||
(def routes ["/" {"" :index
|
||||
"login" :login
|
||||
"login/" :login
|
||||
#_#_"login" :login
|
||||
#_#_"login/" :login
|
||||
"needs-activation/" :needs-activation
|
||||
"needs-activation" :needs-activation
|
||||
"payments/" :payments
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"/account-total" ::account-total
|
||||
"/account-balance" ::account-balance
|
||||
"/edit-wizard-new-account" ::edit-wizard-new-account
|
||||
"/match-payment" ::match-payment
|
||||
"/match-payment" ::link-payment
|
||||
"/match-autopay-invoices" ::match-autopay-invoices
|
||||
"/match-unpaid-invoices" ::match-unpaid-invoices
|
||||
"/apply-rule" ::apply-rule
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
(def routes {"impersonate" :impersonate
|
||||
"logout" :logout
|
||||
"login" :login
|
||||
"search" :search
|
||||
"indicators" indicator-routes/routes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user