Remove dashboard, route post-checkout to home
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b0b4c297ef
commit
008524db1b
6 changed files with 3 additions and 140 deletions
|
|
@ -9,9 +9,6 @@ Rails.application.routes.draw do
|
|||
get "/verify", to: "sessions#verify", as: :verify
|
||||
get "/logout", to: "sessions#destroy", as: :logout
|
||||
|
||||
# Dashboard (requires auth)
|
||||
get "/dashboard", to: "dashboard#show"
|
||||
|
||||
# Checkout
|
||||
get "/checkout/start", to: "checkout#start", as: :checkout_start
|
||||
post "/checkout/webhook", to: "checkout#webhook"
|
||||
|
|
|
|||
Loading…
Reference in a new issue