change route
This commit is contained in:
@@ -76,8 +76,7 @@ scope "(:locale)", locale: /en|mm/ do
|
||||
end
|
||||
|
||||
namespace :origami do
|
||||
get "check_in/:dining_id" => "check_in_process#check_in_time"
|
||||
get "check_in_time/:dining_id/:booking_id" => "check_in_process#check_in_time"
|
||||
get "check_in" => "check_in_process#check_in_time"
|
||||
post "check_in" => "check_in_process#check_in_process"
|
||||
post "request_time" => "check_in_process#request_time"
|
||||
post "call_waiter" => "call_waiters#index"
|
||||
|
||||
Reference in New Issue
Block a user