restructure pages dir

This commit is contained in:
KS Jannette
2026-03-04 22:07:05 -05:00
parent dcbf0756d2
commit a2d1ff9d76
19 changed files with 1568 additions and 1485 deletions

View File

@@ -86,6 +86,8 @@ func main() {
authenticate(http.HandlerFunc(stripeHandler.CreateCheckoutSession)))
mux.Handle("GET "+b+"/stripe/subscription-status",
authenticate(http.HandlerFunc(stripeHandler.GetSubscriptionStatus)))
mux.Handle("POST "+b+"/stripe/verify-checkout",
authenticate(http.HandlerFunc(stripeHandler.VerifyCheckoutSession)))
// Authenticated + subscribed routes — addresses
mux.Handle("POST "+b+"/addresses",