mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update routes.rb
This commit is contained in:
@@ -23,8 +23,8 @@ get 'qbo/estimate/:id', :to => 'estimate#show', as: :estimate
|
||||
get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice
|
||||
|
||||
#payments
|
||||
get 'qbo/payment', :to => 'payment#new'
|
||||
post 'qbo/payment', :to => 'payment#create'
|
||||
get 'qbo/payments', :to => 'payments#new'
|
||||
post 'qbo/payments', :to => 'payments#create'
|
||||
|
||||
#webhook
|
||||
post 'qbo/webhook', :to => 'qbo#qbo_webhook'
|
||||
|
||||
Reference in New Issue
Block a user