Switch from Spree::Api::BaseController to Api::BaseController so that AMS is activated

This commit is contained in:
luisramos0
2019-07-30 12:15:13 +01:00
parent 58b43c7bc9
commit 11a77043eb

View File

@@ -1,5 +1,5 @@
module Api
class ProductImagesController < Spree::Api::BaseController
class ProductImagesController < BaseController
respond_to :json
def update_product_image