implement joining table
This commit is contained in:
@@ -48,6 +48,12 @@ Qrammer::Application.routes.draw do
|
||||
post '/user/order_selected_products' => 'user#order_selected_products', as: :user_order_selected_products
|
||||
post '/user/move_table' => 'user#move_table', as: :user_move_table
|
||||
get '/user/table_info' => 'user#table_info', as: :user_table_info
|
||||
get '/user/join_occupied_table' => 'user#join_occupied_table', as: :user_join_occupied_table
|
||||
post '/user/join_occupied_table' => 'user#request_to_join_occupied_table'
|
||||
post '/user/reject_join_request' => 'user#reject_join_request'
|
||||
post '/user/approve_join_request' => 'user#approve_join_request'
|
||||
post '/user/check_table_join_status' => 'user#check_table_join_status'
|
||||
|
||||
|
||||
match '/show_products' => 'dashboard#show_products', as: :user_products
|
||||
|
||||
|
||||
Reference in New Issue
Block a user