Add routes for protocol template API endpoints [SCI-7456] (#5494)

This commit is contained in:
ajugo 2023-05-26 16:48:59 +02:00 committed by GitHub
parent e5dc1f365b
commit 10453aefb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -924,6 +924,7 @@ Rails.application.routes.draw do
end
resources :project_folders, only: %i(index show create update)
resources :users, only: %i(index)
resources :protocol_templates, only: %i(index show)
end
resources :users, only: %i(show) do
resources :user_identities,