Drop the Qbo prefix

This commit is contained in:
2022-03-09 21:31:56 -05:00
parent 08fa4aefc4
commit 24f8be6e80
29 changed files with 176 additions and 142 deletions

View File

@@ -34,7 +34,7 @@ get 'customers/share/:id', :to => 'customers#share', as: :share
resources :payments
#webhook
post 'qbo/webhook', :to => 'qbo#qbo_webhook'
post 'qbo/webhook', :to => 'qbo#webhook'
#java script routes
get 'filter_vehicles_by_customer' => 'customers#filter_vehicles_by_customer'