Routing Error

No route matches [GET] "/carwash/london/kensington-and-chelsea/south-kensington"

Rails.root: /carwash

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
GET /robots.:format robots#index
sidekiq_web_path /sidekiq Sidekiq::Web
root_path GET / gwmc#index
new_user_session_path GET /users/sign_in(.:format) devise/sessions#new
user_session_path POST /users/sign_in(.:format) devise/sessions#create
destroy_user_session_path DELETE /users/sign_out(.:format) devise/sessions#destroy
user_facebook_omniauth_authorize_path GET|POST /users/auth/facebook(.:format) omniauth_callbacks#passthru
user_facebook_omniauth_callback_path GET|POST /users/auth/facebook/callback(.:format) omniauth_callbacks#facebook
user_password_path POST /users/password(.:format) devise/passwords#create
new_user_password_path GET /users/password/new(.:format) devise/passwords#new
edit_user_password_path GET /users/password/edit(.:format) devise/passwords#edit
PATCH /users/password(.:format) devise/passwords#update
PUT /users/password(.:format) devise/passwords#update
cancel_user_registration_path GET /users/cancel(.:format) registrations#cancel
user_registration_path POST /users(.:format) registrations#create
new_user_registration_path GET /users/sign_up(.:format) registrations#new
edit_user_registration_path GET /users/edit(.:format) registrations#edit
PATCH /users(.:format) registrations#update
PUT /users(.:format) registrations#update
DELETE /users(.:format) registrations#destroy
new_agent_session_path GET /agents/sign_in(.:format) devise/sessions#new
agent_session_path POST /agents/sign_in(.:format) devise/sessions#create
destroy_agent_session_path DELETE /agents/sign_out(.:format) devise/sessions#destroy
agent_password_path POST /agents/password(.:format) devise/passwords#create
new_agent_password_path GET /agents/password/new(.:format) devise/passwords#new
edit_agent_password_path GET /agents/password/edit(.:format) devise/passwords#edit
PATCH /agents/password(.:format) devise/passwords#update
PUT /agents/password(.:format) devise/passwords#update
cancel_agent_registration_path GET /agents/cancel(.:format) registrations#cancel
agent_registration_path POST /agents(.:format) registrations#create
new_agent_registration_path GET /agents/sign_up(.:format) registrations#new
edit_agent_registration_path GET /agents/edit(.:format) registrations#edit
PATCH /agents(.:format) registrations#update
PUT /agents(.:format) registrations#update
DELETE /agents(.:format) registrations#destroy
new_admin_user_session_path GET /admin/login(.:format) active_admin/devise/sessions#new
admin_user_session_path POST /admin/login(.:format) active_admin/devise/sessions#create
destroy_admin_user_session_path DELETE|GET /admin/logout(.:format) active_admin/devise/sessions#destroy
admin_user_password_path POST /admin/password(.:format) active_admin/devise/passwords#create
new_admin_user_password_path GET /admin/password/new(.:format) active_admin/devise/passwords#new
edit_admin_user_password_path GET /admin/password/edit(.:format) active_admin/devise/passwords#edit
PATCH /admin/password(.:format) active_admin/devise/passwords#update
PUT /admin/password(.:format) active_admin/devise/passwords#update
admin_root_path GET /admin(.:format) admin/dashboard#index
batch_action_admin_payments_histories_path POST /admin/payments_histories/batch_action(.:format) admin/payments_histories#batch_action
admin_payments_histories_path GET /admin/payments_histories(.:format) admin/payments_histories#index
admin_payments_history_path GET /admin/payments_histories/:id(.:format) admin/payments_histories#show
admin_adminorder_path PUT /admin/adminorders/:id(.:format) admin/adminorders#create
get_user_admin_adminorders_path GET /admin/adminorders/get_user(.:format) admin/adminorders#get_user
batch_action_admin_adminorders_path POST /admin/adminorders/batch_action(.:format) admin/adminorders#batch_action
admin_adminorders_path GET /admin/adminorders(.:format) admin/adminorders#index
POST /admin/adminorders(.:format) admin/adminorders#create
new_admin_adminorder_path GET /admin/adminorders/new(.:format) admin/adminorders#new
batch_action_admin_subscribers_path POST /admin/subscribers/batch_action(.:format) admin/subscribers#batch_action
admin_subscribers_path GET /admin/subscribers(.:format) admin/subscribers#index
POST /admin/subscribers(.:format) admin/subscribers#create
new_admin_subscriber_path GET /admin/subscribers/new(.:format) admin/subscribers#new
edit_admin_subscriber_path GET /admin/subscribers/:id/edit(.:format) admin/subscribers#edit
admin_subscriber_path GET /admin/subscribers/:id(.:format) admin/subscribers#show
PATCH /admin/subscribers/:id(.:format) admin/subscribers#update
PUT /admin/subscribers/:id(.:format) admin/subscribers#update
batch_action_admin_services_path POST /admin/services/batch_action(.:format) admin/services#batch_action
admin_services_path GET /admin/services(.:format) admin/services#index
POST /admin/services(.:format) admin/services#create
new_admin_service_path GET /admin/services/new(.:format) admin/services#new
edit_admin_service_path GET /admin/services/:id/edit(.:format) admin/services#edit
admin_service_path GET /admin/services/:id(.:format) admin/services#show
PATCH /admin/services/:id(.:format) admin/services#update
PUT /admin/services/:id(.:format) admin/services#update
DELETE /admin/services/:id(.:format) admin/services#destroy
history_admin_promo_code_path GET /admin/promo_codes/:id/history(.:format) admin/promo_codes#history
batch_action_admin_promo_codes_path POST /admin/promo_codes/batch_action(.:format) admin/promo_codes#batch_action
admin_promo_codes_path GET /admin/promo_codes(.:format) admin/promo_codes#index
POST /admin/promo_codes(.:format) admin/promo_codes#create
new_admin_promo_code_path GET /admin/promo_codes/new(.:format) admin/promo_codes#new
edit_admin_promo_code_path GET /admin/promo_codes/:id/edit(.:format) admin/promo_codes#edit
admin_promo_code_path GET /admin/promo_codes/:id(.:format) admin/promo_codes#show
PATCH /admin/promo_codes/:id(.:format) admin/promo_codes#update
PUT /admin/promo_codes/:id(.:format) admin/promo_codes#update
batch_action_admin_manual_payment_histories_path POST /admin/manual_payment_histories/batch_action(.:format) admin/manual_payment_histories#batch_action
admin_manual_payment_histories_path GET /admin/manual_payment_histories(.:format) admin/manual_payment_histories#index
admin_dashboard_path GET /admin/dashboard(.:format) admin/dashboard#index
batch_action_admin_loss_orders_path POST /admin/loss_orders/batch_action(.:format) admin/loss_orders#batch_action
admin_loss_orders_path GET /admin/loss_orders(.:format) admin/loss_orders#index
approve_admin_agent_path POST /admin/agents/:id/approve(.:format) admin/agents#approve
batch_action_admin_agents_path POST /admin/agents/batch_action(.:format) admin/agents#batch_action
admin_agents_path GET /admin/agents(.:format) admin/agents#index
POST /admin/agents(.:format) admin/agents#create
new_admin_agent_path GET /admin/agents/new(.:format) admin/agents#new
edit_admin_agent_path GET /admin/agents/:id/edit(.:format) admin/agents#edit
admin_agent_path GET /admin/agents/:id(.:format) admin/agents#show
PATCH /admin/agents/:id(.:format) admin/agents#update
PUT /admin/agents/:id(.:format) admin/agents#update
admin_manual_payment_path PUT /admin/manual_payments/:id(.:format) admin/manual_payments#update
mark_as_paid_admin_manual_payment_path PUT /admin/manual_payments/:id/mark_as_paid(.:format) admin/manual_payments#mark_as_paid
batch_action_admin_manual_payments_path POST /admin/manual_payments/batch_action(.:format) admin/manual_payments#batch_action
admin_manual_payments_path GET /admin/manual_payments(.:format) admin/manual_payments#index
edit_admin_manual_payment_path GET /admin/manual_payments/:id/edit(.:format) admin/manual_payments#edit
PATCH /admin/manual_payments/:id(.:format) admin/manual_payments#update
PUT /admin/manual_payments/:id(.:format) admin/manual_payments#update
batch_action_admin_agent_unpaid_orders_path POST /admin/agent_unpaid_orders/batch_action(.:format) admin/agent_unpaid_orders#batch_action
admin_agent_unpaid_orders_path GET /admin/agent_unpaid_orders(.:format) admin/agent_unpaid_orders#index
admin_agent_unpaid_order_path GET /admin/agent_unpaid_orders/:id(.:format) admin/agent_unpaid_orders#show
admin_order_path PUT /admin/orders/:id(.:format) admin/orders#update
cancel_admin_order_path PUT /admin/orders/:id/cancel(.:format) admin/orders#cancel
release_admin_order_path POST /admin/orders/:id/release(.:format) admin/orders#release
mark_as_paid_admin_order_path PUT /admin/orders/:id/mark_as_paid(.:format) admin/orders#mark_as_paid
batch_action_admin_orders_path POST /admin/orders/batch_action(.:format) admin/orders#batch_action
admin_orders_path GET /admin/orders(.:format) admin/orders#index
edit_admin_order_path GET /admin/orders/:id/edit(.:format) admin/orders#edit
GET /admin/orders/:id(.:format) admin/orders#show
PATCH /admin/orders/:id(.:format) admin/orders#update
PUT /admin/orders/:id(.:format) admin/orders#update
batch_action_admin_products_path POST /admin/products/batch_action(.:format) admin/products#batch_action
admin_products_path GET /admin/products(.:format) admin/products#index
POST /admin/products(.:format) admin/products#create
new_admin_product_path GET /admin/products/new(.:format) admin/products#new
edit_admin_product_path GET /admin/products/:id/edit(.:format) admin/products#edit
admin_product_path GET /admin/products/:id(.:format) admin/products#show
PATCH /admin/products/:id(.:format) admin/products#update
PUT /admin/products/:id(.:format) admin/products#update
DELETE /admin/products/:id(.:format) admin/products#destroy
batch_action_admin_users_path POST /admin/users/batch_action(.:format) admin/users#batch_action
admin_users_path GET /admin/users(.:format) admin/users#index
POST /admin/users(.:format) admin/users#create
new_admin_user_path GET /admin/users/new(.:format) admin/users#new
edit_admin_user_path GET /admin/users/:id/edit(.:format) admin/users#edit
admin_user_path GET /admin/users/:id(.:format) admin/users#show
PATCH /admin/users/:id(.:format) admin/users#update
PUT /admin/users/:id(.:format) admin/users#update
batch_action_admin_credits_path POST /admin/credits/batch_action(.:format) admin/credits#batch_action
admin_credits_path GET /admin/credits(.:format) admin/credits#index
POST /admin/credits(.:format) admin/credits#create
new_admin_credit_path GET /admin/credits/new(.:format) admin/credits#new
edit_admin_credit_path GET /admin/credits/:id/edit(.:format) admin/credits#edit
admin_credit_path GET /admin/credits/:id(.:format) admin/credits#show
PATCH /admin/credits/:id(.:format) admin/credits#update
PUT /admin/credits/:id(.:format) admin/credits#update
batch_action_admin_locations_path POST /admin/locations/batch_action(.:format) admin/locations#batch_action
admin_locations_path GET /admin/locations(.:format) admin/locations#index
POST /admin/locations(.:format) admin/locations#create
new_admin_location_path GET /admin/locations/new(.:format) admin/locations#new
edit_admin_location_path GET /admin/locations/:id/edit(.:format) admin/locations#edit
admin_location_path GET /admin/locations/:id(.:format) admin/locations#show
PATCH /admin/locations/:id(.:format) admin/locations#update
PUT /admin/locations/:id(.:format) admin/locations#update
DELETE /admin/locations/:id(.:format) admin/locations#destroy
batch_action_admin_service_areas_path POST /admin/service_areas/batch_action(.:format) admin/service_areas#batch_action
admin_service_areas_path GET /admin/service_areas(.:format) admin/service_areas#index
POST /admin/service_areas(.:format) admin/service_areas#create
new_admin_service_area_path GET /admin/service_areas/new(.:format) admin/service_areas#new
edit_admin_service_area_path GET /admin/service_areas/:id/edit(.:format) admin/service_areas#edit
admin_service_area_path GET /admin/service_areas/:id(.:format) admin/service_areas#show
PATCH /admin/service_areas/:id(.:format) admin/service_areas#update
PUT /admin/service_areas/:id(.:format) admin/service_areas#update
batch_action_admin_volvo_users_path POST /admin/volvo_users/batch_action(.:format) admin/volvo_users#batch_action
admin_volvo_users_path GET /admin/volvo_users(.:format) admin/volvo_users#index
POST /admin/volvo_users(.:format) admin/volvo_users#create
new_admin_volvo_user_path GET /admin/volvo_users/new(.:format) admin/volvo_users#new
edit_admin_volvo_user_path GET /admin/volvo_users/:id/edit(.:format) admin/volvo_users#edit
admin_volvo_user_path GET /admin/volvo_users/:id(.:format) admin/volvo_users#show
PATCH /admin/volvo_users/:id(.:format) admin/volvo_users#update
PUT /admin/volvo_users/:id(.:format) admin/volvo_users#update
mark_as_paid_admin_agent_payment_path POST /admin/agent_payments/:id/mark_as_paid(.:format) admin/agent_payments#mark_as_paid
send_email_receipt_admin_agent_payment_path POST /admin/agent_payments/:id/send_email_receipt(.:format) admin/agent_payments#send_email_receipt
batch_action_admin_agent_payments_path POST /admin/agent_payments/batch_action(.:format) admin/agent_payments#batch_action
admin_agent_payments_path GET /admin/agent_payments(.:format) admin/agent_payments#index
admin_agent_payment_path GET /admin/agent_payments/:id(.:format) admin/agent_payments#show
batch_action_admin_admins_path POST /admin/admins/batch_action(.:format) admin/admins#batch_action
admin_admins_path GET /admin/admins(.:format) admin/admins#index
POST /admin/admins(.:format) admin/admins#create
new_admin_admin_path GET /admin/admins/new(.:format) admin/admins#new
edit_admin_admin_path GET /admin/admins/:id/edit(.:format) admin/admins#edit
admin_admin_path GET /admin/admins/:id(.:format) admin/admins#show
PATCH /admin/admins/:id(.:format) admin/admins#update
PUT /admin/admins/:id(.:format) admin/admins#update
DELETE /admin/admins/:id(.:format) admin/admins#destroy
batch_action_admin_app_configs_path POST /admin/app_configs/batch_action(.:format) admin/app_configs#batch_action
admin_app_configs_path GET /admin/app_configs(.:format) admin/app_configs#index
POST /admin/app_configs(.:format) admin/app_configs#create
new_admin_app_config_path GET /admin/app_configs/new(.:format) admin/app_configs#new
edit_admin_app_config_path GET /admin/app_configs/:id/edit(.:format) admin/app_configs#edit
admin_app_config_path PATCH /admin/app_configs/:id(.:format) admin/app_configs#update
PUT /admin/app_configs/:id(.:format) admin/app_configs#update
batch_action_admin_agents_stats_path POST /admin/agents_stats/batch_action(.:format) admin/agents_stats#batch_action
admin_agents_stats_path GET /admin/agents_stats(.:format) admin/agents_stats#index
POST /admin/agents_stats(.:format) admin/agents_stats#create
new_admin_agents_stat_path GET /admin/agents_stats/new(.:format) admin/agents_stats#new
edit_admin_agents_stat_path GET /admin/agents_stats/:id/edit(.:format) admin/agents_stats#edit
admin_agents_stat_path GET /admin/agents_stats/:id(.:format) admin/agents_stats#show
PATCH /admin/agents_stats/:id(.:format) admin/agents_stats#update
PUT /admin/agents_stats/:id(.:format) admin/agents_stats#update
DELETE /admin/agents_stats/:id(.:format) admin/agents_stats#destroy
admin_comments_path GET /admin/comments(.:format) admin/comments#index
POST /admin/comments(.:format) admin/comments#create
admin_comment_path GET /admin/comments/:id(.:format) admin/comments#show
DELETE /admin/comments/:id(.:format) admin/comments#destroy
user_restore_password_path GET /user/restore_password(.:format) gwmc#index
booking_path GET /booking(.:format) gwmc#index
GET /booking/*step(.:format) gwmc#index
terms_and_conditions_path GET /terms_and_conditions(.:format) gwmc#index
privacy_policy_path GET /privacy_policy(.:format) gwmc#index
services_path GET /services(.:format) gwmc#index
faqs_path GET /faqs(.:format) gwmc#index
giftvouchers_path GET /giftvouchers(.:format) gwmc#index
volvocars_path GET /volvocars(.:format) volvo#index
static_path GET /pages/:id(.:format) pages#show
pricing_path GET /pricing(.:format) pages#service_pricing
add_agent_tip_order_path PUT /orders/:id/add_agent_tip(.:format) orders#add_agent_tip
remove_agent_tip_order_path PUT /orders/:id/remove_agent_tip(.:format) orders#remove_agent_tip
order_partner_order_path GET /orders/:order_id/partner_order(.:format) orders#partner_order
order_charges_path GET /orders/:order_id/charges(.:format) charges#index
POST /orders/:order_id/charges(.:format) charges#create
new_order_charge_path GET /orders/:order_id/charges/new(.:format) charges#new
edit_order_charge_path GET /orders/:order_id/charges/:id/edit(.:format) charges#edit
order_charge_path GET /orders/:order_id/charges/:id(.:format) charges#show
PATCH /orders/:order_id/charges/:id(.:format) charges#update
PUT /orders/:order_id/charges/:id(.:format) charges#update
DELETE /orders/:order_id/charges/:id(.:format) charges#destroy
orders_path POST /orders(.:format) orders#create
new_order_path GET /orders/new(.:format) orders#new
order_path GET /orders/:id(.:format) orders#show
PATCH /orders/:id(.:format) orders#update
PUT /orders/:id(.:format) orders#update
edit_user_path GET /user/edit(.:format) users#edit
user_path PATCH /user(.:format) users#update
PUT /user(.:format) users#update
promo_path GET /promo(.:format) pages#promo
webhooks_chargebee_path POST /webhooks/chargebee(.:format) webhooks#chargebee
webhooks_intercom_path POST /webhooks/intercom(.:format) webhooks#intercom
twilio_reroute_call_path GET /twilio/reroute_call(.:format) twilio#reroute_call
twilio_call_status_path POST /twilio/call_status(.:format) twilio#call_status
twilio_call_screen_path POST /twilio/call_screen(.:format) twilio#call_screen
twilio_voice_mail_path POST /twilio/voice_mail(.:format) twilio#voice_mail
twilio_handle_digit_path POST /twilio/handle_digit(.:format) twilio#handle_digit
twilio_call_complete_path POST /twilio/call_complete(.:format) twilio#call_complete
twilio_sms_path POST /twilio/sms(.:format) twilio#sms
twilio_mask_number_path POST /twilio/mask_number(.:format) twilio#mask_number
intercom_admin_reply_path POST /intercom/admin_reply(.:format) intercom#admin_reply
jobs_path GET /jobs(.:format) jobs#index
jobs_accept_order_path POST /jobs/accept_order(.:format) jobs#accept_order
jobs_complete_order_path POST /jobs/complete_order(.:format) jobs#complete_order
jobs_on_my_way_path POST /jobs/on_my_way(.:format) jobs#on_my_way
jobs_agent_arrived_path POST /jobs/agent_arrived(.:format) jobs#agent_arrived
jobs_unlock_car_path POST /jobs/unlock_car(.:format) jobs#unlock_car
jobs_lock_car_path POST /jobs/lock_car(.:format) jobs#lock_car
jobs_healthcheck_path POST /jobs/healthcheck(.:format) jobs#healthcheck
api_needs_update_path POST /api/needs_update(.:format) api/device_config#needs_update
api_social_path GET /api/social(.:format) api/device_config#social
api_signup_path POST /api/registrations/signup(.:format) api/registrations#sign_up
api_signin_path POST /api/registrations/signin(.:format) api/registrations#sign_in
api_facebook_path POST /api/registrations/facebook(.:format) api/registrations#sign_in_or_up_facebook
api_update_path POST /api/registrations/update(.:format) api/registrations#update
api_logout_path GET /api/registrations/logout(.:format) api/registrations#logout
api_forgot_password_path POST /api/registrations/forgot_password(.:format) api/registrations#forgot_password
api_fcm_token_path POST /api/registrations/fcm/token(.:format) api/registrations#update_fcm_token
api_fcm_push_path POST /api/registrations/fcm/push(.:format) api/registrations#push
api_credit_path GET /api/promo_code/credit(.:format) api/promo_code#credit
api_code_path POST /api/promo_code/code(.:format) api/promo_code#save_code
api_new_path POST /api/orders/new(.:format) api/orders#new
api_path POST /api/orders/edit/:order_id(.:format) api/orders#edit
GET /api/orders/status/:order_id(.:format) api/orders#order_status
GET /api/orders/agent/:order_id(.:format) api/orders#order_agent
api_completed_path GET /api/orders/completed(.:format) api/orders#orders_completed
GET /api/orders/details/:order_id(.:format) api/orders#details
POST /api/orders/cancel/:order_id(.:format) api/orders#cancel
api_current_payment_details_path GET /api/charges/current_payment_details(.:format) api/charges#current_payment_details
api_card_path POST /api/charges/card(.:format) api/charges#save_stripe_token
GET /api/cars(.:format) api/car#index
POST /api/cars(.:format) api/car#create
PUT /api/cars/:id(.:format) api/car#update
DELETE /api/cars/:id(.:format) api/car#delete
api_want_service_here_path POST /api/feedback/want_service_here(.:format) api/feedback#want_service_here
POST /api/feedback/:order_id(.:format) api/feedback#create
GET /api/service_areas(.:format) api/service_area#index
api_v2_services_path GET /api/v2/services(.:format) api/v2/services#index
api_v2_cars_path GET /api/v2/cars(.:format) api/v2/cars#index
POST /api/v2/cars(.:format) api/v2/cars#create
api_v2_car_path PATCH /api/v2/cars/:id(.:format) api/v2/cars#update
PUT /api/v2/cars/:id(.:format) api/v2/cars#update
DELETE /api/v2/cars/:id(.:format) api/v2/cars#destroy
api_v2_cards_path GET /api/v2/cards(.:format) api/v2/cards#index
POST /api/v2/cards(.:format) api/v2/cards#create
promo_code_info_api_v2_promo_codes_path GET /api/v2/promo_codes/promo_code_info(.:format) api/v2/promo_codes#promo_code_info
api_v2_promo_codes_path GET /api/v2/promo_codes(.:format) api/v2/promo_codes#index
POST /api/v2/promo_codes(.:format) api/v2/promo_codes#create
completed_api_v2_orders_path GET /api/v2/orders/completed(.:format) api/v2/orders#completed
checkout_api_v2_orders_path POST /api/v2/orders/checkout(.:format) api/v2/orders#checkout
process_checkout_api_v2_orders_path POST /api/v2/orders/process_checkout(.:format) api/v2/orders#process_checkout
cancel_api_v2_order_path POST /api/v2/orders/:id/cancel(.:format) api/v2/orders#cancel
status_api_v2_order_path GET /api/v2/orders/:id/status(.:format) api/v2/orders#status
unlock_api_v2_order_path GET /api/v2/orders/:id/unlock(.:format) api/v2/orders#unlock
lock_api_v2_order_path GET /api/v2/orders/:id/lock(.:format) api/v2/orders#lock
feedback_api_v2_order_path POST /api/v2/orders/:id/feedback(.:format) api/v2/orders#feedback
agent_api_v2_order_path GET /api/v2/orders/:id/agent(.:format) api/v2/orders#agent
payment_details_api_v2_order_path GET /api/v2/orders/:id/payment_details(.:format) api/v2/orders#payment_details
api_v2_orders_path GET /api/v2/orders(.:format) api/v2/orders#index
POST /api/v2/orders(.:format) api/v2/orders#create
api_v2_order_path GET /api/v2/orders/:id(.:format) api/v2/orders#show
PATCH /api/v2/orders/:id(.:format) api/v2/orders#update
PUT /api/v2/orders/:id(.:format) api/v2/orders#update
sign_up_api_v2_users_path POST /api/v2/users/sign_up(.:format) api/v2/users#sign_up
sign_in_api_v2_users_path POST /api/v2/users/sign_in(.:format) api/v2/users#sign_in
api_v2_users_path PATCH /api/v2/users/update(.:format) api/v2/users#update
sign_out_api_v2_users_path DELETE /api/v2/users/sign_out(.:format) api/v2/users#sign_out
forgot_password_api_v2_users_path POST /api/v2/users/forgot_password(.:format) api/v2/users#forgot_password
facebook_login_api_v2_users_path POST /api/v2/users/facebook_login(.:format) api/v2/users#facebook_login
google_login_api_v2_users_path POST /api/v2/users/google_login(.:format) api/v2/users#google_login
status_api_v2_users_path GET /api/v2/users/status(.:format) api/v2/users#status
api_v2_signup_path POST /api/v2/registrations/signup(.:format) api/v2/registrations#sign_up
api_v2_signin_path POST /api/v2/registrations/signin(.:format) api/v2/registrations#sign_in
api_v2_facebook_path POST /api/v2/registrations/facebook(.:format) api/v2/registrations#sign_in_or_up_facebook
api_v2_update_path POST /api/v2/registrations/update(.:format) api/v2/registrations#update
api_v2_logout_path GET /api/v2/registrations/logout(.:format) api/v2/registrations#logout
api_v2_forgot_password_path POST /api/v2/registrations/forgot_password(.:format) api/v2/registrations#forgot_password
api_v2_fcm_token_path POST /api/v2/registrations/fcm/token(.:format) api/v2/registrations#update_fcm_token
api_v2_fcm_push_path POST /api/v2/registrations/fcm/push(.:format) api/v2/registrations#push
api_v2_needs_update_path POST /api/v2/needs_update(.:format) api/v2/config#needs_update
api_v2_social_path GET /api/v2/social(.:format) api/v2/config#social
api_v2_service_areas_path GET /api/v2/service_areas(.:format) api/v2/config#service_areas
api_v2_app_config_path GET /api/v2/app_config(.:format) api/v2/config#app_config
api_v2_want_service_here_path POST /api/v2/want_service_here(.:format) api/v2/config#want_service_here
locations_page_path GET /mobile-car-wash-valet-in-:location(.:format) gwmc#index
products_page_path GET /car-wash-valet/book-:product(.:format) gwmc#index
locations_path GET /:city(/:borough(/:town))(.:format) gwmc#index
page_path GET /pages/*id high_voltage/pages#show

Request

Parameters:

None

Response

Headers:

None