add api for survey
This commit is contained in:
@@ -78,6 +78,8 @@ scope "(:locale)", locale: /en|mm/ do
|
||||
post "check_in" => "check_in_process#check_in_process"
|
||||
post "request_time" => "check_in_process#request_time"
|
||||
post "call_waiter" => "call_waiters#index"
|
||||
get "survey/:id" => "survey#index"
|
||||
post "survey/:id" => "survey#create"
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user