mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
added api for accr center
This commit is contained in:
parent
bccd3d51c1
commit
a87fd6a8b7
8 changed files with 191 additions and 0 deletions
|
@ -126,6 +126,13 @@ Rails.application.routes.draw do
|
|||
resources :companies, only: %i[index]
|
||||
end
|
||||
|
||||
namespace :accreditation_center do
|
||||
resource :domains, only: [ :show ], param: :name
|
||||
resource :contacts, only: [ :show ], param: :id
|
||||
# resource :auth, only: [ :index ]
|
||||
get 'auth', to: 'auth#index'
|
||||
end
|
||||
|
||||
resources :auctions, only: %i[index show update], param: :uuid
|
||||
resources :contact_requests, only: %i[create update], param: :id
|
||||
resources :bounces, only: %i[create]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue