config/routes.rb in solidus_bolt-0.5.0 vs config/routes.rb in solidus_bolt-0.6.0
- old
+ new
@@ -2,10 +2,10 @@
Spree::Core::Engine.routes.draw do
namespace :admin do
resource :bolt, only: [:show, :edit, :update]
resource :bolt_webhook, only: [:new, :create]
- resource :bolt_callback_urls, only: [:new, :update]
+ resource :bolt_callback_urls, only: [:edit, :update]
end
post '/webhooks/bolt', to: '/solidus_bolt/webhooks#update'
post '/api/accounts/bolt', to: '/solidus_bolt/accounts#create'