User foundation setup
This commit is contained in:
+5
-1
@@ -69,8 +69,12 @@ Qwaiter::Application.routes.draw do
|
||||
get '/user/obtain_token' => 'user#obtain_token', as: :user_obtain_token
|
||||
post '/user/obtain_token' => 'user#obtain_token', constraints: {format: :json}
|
||||
|
||||
namespace :users, path: '/user' do
|
||||
resources :product_categories, only: [:index]
|
||||
end
|
||||
|
||||
|
||||
get '/supplier/suppliers/current' => 'supplier#current' #ember
|
||||
|
||||
|
||||
#match '/show_products' => 'dashboard#show_products', as: :user_products
|
||||
# GENERAL
|
||||
|
||||
Reference in New Issue
Block a user