This commit is contained in:
Nweni
2019-11-27 09:36:30 +06:30
parent 6fbf30c950
commit 845d6662c9
10 changed files with 111 additions and 4 deletions

View File

@@ -45,7 +45,8 @@ scope "(:locale)", locale: /en|mm/ do
delete 'authenticate' => "authenticate#destroy"
resources :shops, only: [:index, :show]
resources :verifications, only: [:new, :update]
resources :verifications, only: [:new]
post 'verifications/update' => "verifications#update"
namespace :restaurant do
get 'zones' => "zones#index"