customer create

This commit is contained in:
Nweni
2019-11-19 09:16:55 +06:30
parent 5dc93ef2f8
commit aad153a4ef
11 changed files with 109 additions and 30 deletions

View File

@@ -43,8 +43,10 @@ scope "(:locale)", locale: /en|mm/ do
#Session Login and Logout
post 'authenticate' => "authenticate#create"
delete 'authenticate' => "authenticate#destroy"
resources :shops, only: [:index, :show]
resources :verifications, only: [:new, :update]
get 'get_shops' => "shops#index"
namespace :restaurant do
get 'zones' => "zones#index"
resources :menu, only: [:index, :show]