Remove a dead route
This commit is contained in:
parent
2d0c042805
commit
455e7ef364
1 changed files with 0 additions and 2 deletions
|
@ -149,8 +149,6 @@ Rails.application.routes.draw do
|
|||
post '/carte/zones' => 'carte#zones'
|
||||
get '/carte' => 'carte#show'
|
||||
post '/carte' => 'carte#save'
|
||||
|
||||
put '/archive' => 'dossiers#archive'
|
||||
end
|
||||
|
||||
# Redirection of legacy "/users/dossiers" route to "/dossiers"
|
||||
|
|
Loading…
Reference in a new issue