activation page carte for procedure with db attribut use_api_carto is true
This commit is contained in:
parent
97cf5fc605
commit
91e937c247
16 changed files with 232 additions and 208 deletions
|
@ -24,6 +24,11 @@ Rails.application.routes.draw do
|
|||
get '/demande' => 'demandes#show'
|
||||
post '/demande' => 'demandes#update'
|
||||
post '/commentaire' => 'commentaires#create'
|
||||
|
||||
get '/carte/position' => 'carte#get_position'
|
||||
get '/carte' => 'carte#show'
|
||||
post '/carte' => 'carte#save_ref_api_carto'
|
||||
|
||||
end
|
||||
resource :dossiers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue