skip authenticate shops

This commit is contained in:
Thein Lin Kyaw
2020-01-31 14:05:26 +06:30
parent 6b5fd4d388
commit f0affaf3f2

View File

@@ -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