Remove dashboard, route post-checkout to home

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Andrew Gundersen 2026-03-01 21:57:07 -05:00
commit 008524db1b
6 changed files with 3 additions and 140 deletions

View file

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