From e793bffd18b331f2db2bb567c479fdbf02c66aec Mon Sep 17 00:00:00 2001 From: Xinhui Date: Tue, 22 Aug 2017 16:01:56 +0200 Subject: API - workbench imports controller --- config/routes.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 43aec62ea..3572f50e8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -32,7 +32,9 @@ ChouetteIhm::Application.routes.draw do namespace :api do namespace :v1 do - resources :workbenches, only: [:index, :show] + resources :workbenches, only: [:index, :show] do + resources :imports + end resources :access_links, only: [:index, :show] resources :access_points, only: [:index, :show] resources :connection_links, only: [:index, :show] -- cgit v1.2.3