mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
Do not allow adding new API users outside of registrar details view
This feature is not needed.
This commit is contained in:
parent
90f4480f37
commit
eb342cdbd4
3 changed files with 1 additions and 4 deletions
|
@ -270,7 +270,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
resources :admin_users
|
||||
resources :api_users do
|
||||
resources :api_users, except: %i[new] do
|
||||
resources :certificates do
|
||||
member do
|
||||
post 'sign'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue