This commit is contained in:
Nweni
2019-11-18 12:22:31 +06:30
parent 9138a1e38e
commit 54ab9e0ca5
12 changed files with 93 additions and 49 deletions

View File

@@ -1,7 +1,9 @@
class Api::ShopsController < Api::ApiController
skip_before_action :authenticate
def index
@shops = Shop.select('id,logo,name,shop_code,address,phone_no,cloud_url,cloud_token').all
end
end