1
0
Fork 0
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:
Josh Pigford 2024-02-02 15:31:32 -06:00
parent 57e42cb8cb
commit fed010e202
6 changed files with 58 additions and 29 deletions

View file

@ -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.