
GET   /                                          Onetime::App::Page#index
GET   /404                                       Onetime::App::Page#not_found
GET   /500                                       Onetime::App::Page#server_error
GET   /robots.txt                                Onetime::App::Page#robots_txt

POST  /incoming                                  Onetime::App::Data#create_incoming

POST  /signup                                    Onetime::App::Data#create_account
GET   /plans/:tier                               Onetime::App::Data#plan_redirect
GET   /plans/:tier/:billing_cycle                Onetime::App::Data#plan_redirect
GET   /welcome                                   Onetime::App::Data#welcome
POST  /welcome/stripe/webhook                    Onetime::App::Data#welcome_webhook

GET   /private/*                                 Onetime::App::Page#index
GET   /secret/*                                  Onetime::App::Page#index

POST  /signin                                    Onetime::App::Data#authenticate

GET   /signin                                    Onetime::App::Page#index
GET   /signup                                    Onetime::App::Page#index
GET   /logout                                    Onetime::App::Data#logout

POST  /forgot                                    Onetime::App::Data#request_reset
POST  /forgot/:key                               Onetime::App::Data#request_reset

GET   /dashboard                                 Onetime::App::Page#customers_only
GET   /recent                                    Onetime::App::Page#customers_only

GET   /account/*                                 Onetime::App::Page#customers_only
GET   /account                                   Onetime::App::Page#customers_only
GET   /account/billing_portal                    Onetime::App::Data#customer_portal_redirect

GET   /colonel                                   Onetime::App::Page#colonels_only

GET   /imagine/:custom_domain_id/:filename       Onetime::App::Page#imagine
