diff options
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 3572f50e8..bf1c1cb74 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -33,7 +33,7 @@ ChouetteIhm::Application.routes.draw do namespace :api do namespace :v1 do resources :workbenches, only: [:index, :show] do - resources :imports + resources :imports, only: [:index, :show, :create] end resources :access_links, only: [:index, :show] resources :access_points, only: [:index, :show] |
