mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +02:00
Credit start
This commit is contained in:
parent
57e42cb8cb
commit
fed010e202
6 changed files with 58 additions and 29 deletions
|
@ -10,6 +10,10 @@ Rails.application.routes.draw do
|
|||
scope "bank" do
|
||||
get "", to: "accounts#new_bank", as: "new_bank"
|
||||
end
|
||||
|
||||
scope "credit" do
|
||||
get "", to: "accounts#new_credit", as: "new_credit"
|
||||
end
|
||||
end
|
||||
|
||||
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue