Profile: move to new design

This commit is contained in:
simon lehericey 2018-08-23 18:53:35 +02:00
parent f115658d55
commit bd04972f65
8 changed files with 30 additions and 24 deletions

View file

@ -181,8 +181,6 @@ Rails.application.routes.draw do
get 'procedures/draft' => 'procedures#draft'
get 'procedures/path_list' => 'procedures#path_list'
get 'procedures/available' => 'procedures#check_availability'
get 'profile' => 'profile#show', as: :profile
post 'renew_api_token' => 'profile#renew_api_token', as: :renew_api_token
get 'change_dossier_state' => 'change_dossier_state#index'
post 'change_dossier_state' => 'change_dossier_state#check'
@ -370,6 +368,9 @@ Rails.application.routes.draw do
patch 'add_to_procedure'
end
end
get 'profil' => 'profil#show'
post 'renew-api-token' => 'profil#renew_api_token'
end
apipie