Merge branch 'develop' into france_connect
# Conflicts: # db/schema.rb
This commit is contained in:
commit
285d7c6fa0
24 changed files with 415 additions and 361 deletions
|
@ -26,6 +26,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
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue