skip authenticate shops
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user