updates based on F5 testing

This commit is contained in:
2020-03-06 08:35:12 -05:00
parent 8288595b3f
commit f1ef618dae
18 changed files with 66 additions and 32 deletions
+5 -2
View File
@@ -78,7 +78,11 @@ Qwaiter::Application.routes.draw do
get '/close_window' => 'dashboard#close_window'
namespace :users, path: '/user/api/v1' do
resources :product_categories, only: [:index]
resources :suppliers, only: [:show]
resources :suppliers do
member do
get :product_categories
end
end
resources :lists, only: [:index, :show] do
collection do
get :current
@@ -102,7 +106,6 @@ Qwaiter::Application.routes.draw do
post :join
post :order_products
get :status_info
get :supplier
end
end
end