- Save QP on database
- Display on all Map (User and Gestionnaire)
This commit is contained in:
parent
f4e63d40b0
commit
eb5985efc4
9 changed files with 108 additions and 22 deletions
|
@ -35,7 +35,7 @@ Rails.application.routes.draw do
|
|||
get '/carte/position' => 'carte#get_position'
|
||||
post '/carte/qp' => 'carte#get_qp'
|
||||
get '/carte' => 'carte#show'
|
||||
post '/carte' => 'carte#save_ref_api_carto'
|
||||
post '/carte' => 'carte#save'
|
||||
|
||||
end
|
||||
resource :dossiers
|
||||
|
@ -70,6 +70,7 @@ Rails.application.routes.draw do
|
|||
post 'valid' => 'dossiers#valid'
|
||||
post 'close' => 'dossiers#close'
|
||||
end
|
||||
|
||||
resources :commentaires, only: [:create]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue