Verify
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user