Add champ carte endpoint
This commit is contained in:
parent
383a14ff06
commit
99e1a20d98
8 changed files with 128 additions and 1 deletions
|
@ -125,6 +125,7 @@ Rails.application.routes.draw do
|
|||
namespace :champs do
|
||||
get ':position/siret', to: 'siret#show', as: :siret
|
||||
get ':position/dossier_link', to: 'dossier_link#show', as: :dossier_link
|
||||
post ':position/carte', to: 'carte#show', as: :carte
|
||||
end
|
||||
|
||||
namespace :commencer do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue