config/routes.rb in yext-api-0.1.1 vs config/routes.rb in yext-api-0.1.3
- old
+ new
@@ -1,4 +1,7 @@
# frozen_string_literal: true
Yext::Api::Engine.routes.draw do
+ scope :agreements, module: :agreements do
+ resources :add_request, only: %i[create]
+ end
end