config/routes.rb in wcc-contentful-0.4.0.pre.rc vs config/routes.rb in wcc-contentful-1.0.0.pre.rc1
- old
+ new
@@ -1,5 +1,5 @@
# frozen_string_literal: true
WCC::Contentful::Engine.routes.draw do
- post 'webhook/receive', to: 'webhook#receive'
+ post 'webhook/receive', to: 'wcc/contentful/webhook#receive'
end