using authentication for app
This commit is contained in:
@@ -57,6 +57,8 @@ Qrammer::Application.routes.draw do
|
||||
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'
|
||||
get '/user/obtain_token' => 'user#obtain_token', as: :user_obtain_token
|
||||
|
||||
|
||||
|
||||
#match '/show_products' => 'dashboard#show_products', as: :user_products
|
||||
|
||||
Reference in New Issue
Block a user