Add a champs/dossier_link endpoint and use it to fetch dossier info
This commit is contained in:
parent
e2a2748e79
commit
c49db4b5a4
6 changed files with 82 additions and 12 deletions
|
@ -111,6 +111,7 @@ Rails.application.routes.draw do
|
|||
|
||||
namespace :champs do
|
||||
get ':champ_id/siret' => 'siret#index', as: 'siret'
|
||||
get ':position/dossier_link', to: 'dossier_link#show', as: :dossier_link
|
||||
end
|
||||
|
||||
namespace :commencer do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue