mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
Credit start
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user