Skip to content

Commit

Permalink
debug: image build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroweb committed Oct 14, 2024
1 parent d936d18 commit bbea939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module V1
class ProductsController < Api::ApplicationController
def index
products = ProductFinder.new(params: find_product_params).execute
render json: { products: products.to_json }, status: :ok
render json: { products: products.as_json }, status: :ok
end

private
Expand Down

0 comments on commit bbea939

Please sign in to comment.