61 lines
3.7 KiB
JSON
61 lines
3.7 KiB
JSON
{
|
|
"/_not-found/page": "app/_not-found/page.js",
|
|
"/admin/printful/page": "app/admin/printful/page.js",
|
|
"/admin/products/page": "app/admin/products/page.js",
|
|
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
|
|
"/api/auth/signup-customer/route": "app/api/auth/signup-customer/route.js",
|
|
"/api/auth/signup/route": "app/api/auth/signup/route.js",
|
|
"/api/cart/add/route": "app/api/cart/add/route.js",
|
|
"/api/cart/checkout/route": "app/api/cart/checkout/route.js",
|
|
"/api/cart/get/route": "app/api/cart/get/route.js",
|
|
"/api/cart/remove/route": "app/api/cart/remove/route.js",
|
|
"/api/cart/update/route": "app/api/cart/update/route.js",
|
|
"/api/connect/account/create/route": "app/api/connect/account/create/route.js",
|
|
"/api/connect/account/link/route": "app/api/connect/account/link/route.js",
|
|
"/api/connect/account/lookup/route": "app/api/connect/account/lookup/route.js",
|
|
"/api/connect/account/status/route": "app/api/connect/account/status/route.js",
|
|
"/api/connect/checkout/route": "app/api/connect/checkout/route.js",
|
|
"/api/connect/payment-intent/route": "app/api/connect/payment-intent/route.js",
|
|
"/api/connect/products/create/route": "app/api/connect/products/create/route.js",
|
|
"/api/connect/products/get/route": "app/api/connect/products/get/route.js",
|
|
"/api/connect/products/list/route": "app/api/connect/products/list/route.js",
|
|
"/api/connect/subscription/create/route": "app/api/connect/subscription/create/route.js",
|
|
"/api/connect/subscription/portal/route": "app/api/connect/subscription/portal/route.js",
|
|
"/api/marketing/klaviyo/event/route": "app/api/marketing/klaviyo/event/route.js",
|
|
"/api/marketing/klaviyo/identify/route": "app/api/marketing/klaviyo/identify/route.js",
|
|
"/api/printful/products/route": "app/api/printful/products/route.js",
|
|
"/api/printful/scopes/route": "app/api/printful/scopes/route.js",
|
|
"/api/printful/stores/route": "app/api/printful/stores/route.js",
|
|
"/api/printful/sync-products/route": "app/api/printful/sync-products/route.js",
|
|
"/api/store/me/route": "app/api/store/me/route.js",
|
|
"/api/storefront/products/route": "app/api/storefront/products/route.js",
|
|
"/auth/page": "app/auth/page.js",
|
|
"/cancel/page": "app/cancel/page.js",
|
|
"/cart/page": "app/cart/page.js",
|
|
"/category/[slug]/page": "app/category/[slug]/page.js",
|
|
"/connect/page": "app/connect/page.js",
|
|
"/contact/page": "app/contact/page.js",
|
|
"/legal/cookies/page": "app/legal/cookies/page.js",
|
|
"/legal/faq/page": "app/legal/faq/page.js",
|
|
"/legal/privacy-policy/page": "app/legal/privacy-policy/page.js",
|
|
"/legal/refund-policy/page": "app/legal/refund-policy/page.js",
|
|
"/legal/terms-of-service/page": "app/legal/terms-of-service/page.js",
|
|
"/legal/warranty/page": "app/legal/warranty/page.js",
|
|
"/login/page": "app/login/page.js",
|
|
"/merch/page": "app/merch/page.js",
|
|
"/page": "app/page.js",
|
|
"/products/[id]/page": "app/products/[id]/page.js",
|
|
"/rewards/page": "app/rewards/page.js",
|
|
"/signup/customer/page": "app/signup/customer/page.js",
|
|
"/signup/page": "app/signup/page.js",
|
|
"/storefront/[accountId]/page": "app/storefront/[accountId]/page.js",
|
|
"/storefront/[accountId]/pay/page": "app/storefront/[accountId]/pay/page.js",
|
|
"/success/page": "app/success/page.js",
|
|
"/api/admin/products/list/route": "app/api/admin/products/list/route.js",
|
|
"/api/admin/products/refresh/route": "app/api/admin/products/refresh/route.js",
|
|
"/api/admin/products/update/route": "app/api/admin/products/update/route.js",
|
|
"/api/connect/webhooks/subscriptions/route": "app/api/connect/webhooks/subscriptions/route.js",
|
|
"/api/connect/webhooks/v2/route": "app/api/connect/webhooks/v2/route.js",
|
|
"/api/webhooks/stripe-billing/route": "app/api/webhooks/stripe-billing/route.js",
|
|
"/api/webhooks/stripe/route": "app/api/webhooks/stripe/route.js"
|
|
} |