diff --git a/app/controllers/api/shops_controller.rb b/app/controllers/api/shops_controller.rb index fc2e6fcb..b41fe03d 100644 --- a/app/controllers/api/shops_controller.rb +++ b/app/controllers/api/shops_controller.rb @@ -1,4 +1,5 @@ class Api::ShopsController < Api::ApiController + skip_before_action :authenticate, only: [:index, :show] skip_before_action :set_current_tenant_by_subdomain_or_name, only: [:index, :show] def index