https://13.37.218.150/

Routing

index Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# Route name Path Log
1 profile /app/profile Path does not match
2 order /app/order Path does not match
3 checkout /app/checkout Path does not match
4 checkout_success /app/checkout-success Path does not match
5 checkout_cancel /app/checkout-cancel Path does not match
6 stripe_webhook /stripe-webhook Path does not match
7 unsubscribe /app/unsubscribe/{sub} Path does not match
8 resume /app/resume/{sub} Path does not match
9 admin /admin Path does not match
10 index / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.