shops
This commit is contained in:
7
app/views/api/shops/index.json.jbuilder
Normal file
7
app/views/api/shops/index.json.jbuilder
Normal file
@@ -0,0 +1,7 @@
|
||||
if @shops
|
||||
json.status true
|
||||
json.data @shops
|
||||
else
|
||||
json.status false
|
||||
json.message "Record Not Found"
|
||||
end
|
||||
Reference in New Issue
Block a user