Add champ carte endpoint

This commit is contained in:
Paul Chavard 2018-10-17 13:02:34 +03:00
parent 383a14ff06
commit 99e1a20d98
8 changed files with 128 additions and 1 deletions

View file

@ -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