config/routes.rb in yext-api-0.1.7 vs config/routes.rb in yext-api-0.1.8

- old
+ new

@@ -2,6 +2,10 @@ Yext::Api::Engine.routes.draw do scope :agreements, module: :agreements do resources :add_request, only: %i[create] end + + scope :powerlistings, module: :powerlistings do + resources :listing, only: %i[create] + end end