This commit is contained in:
Nweni
2019-10-30 14:45:36 +06:30
parent f032553e66
commit 2b771a68de
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
class Api::ShopsController < Api::ApiController
def index
end
end