tax
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Api::ShopsController < Api::ApiController
|
||||
skip_before_action :set_current_tenant_by_subdomain_or_first
|
||||
skip_before_action :set_current_tenant_by_subdomain_or_first, only: [:index, :show]
|
||||
|
||||
def index
|
||||
@shops = Shop.select('id,logo,name,shop_code,address,phone_no').all
|
||||
|
||||
Reference in New Issue
Block a user