Admins can see the list of invited experts

This commit is contained in:
kara Diaby 2020-12-18 09:16:41 +01:00
parent 2b06ee95e1
commit 8f6440f615
6 changed files with 95 additions and 2 deletions

View file

@ -379,6 +379,7 @@ Rails.application.routes.draw do
get 'jeton'
patch 'update_jeton'
put :allow_expert_review
get 'invited_expert_list'
end
get 'publication' => 'procedures#publication', as: :publication