mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
implement api endpoint for record results
This commit is contained in:
parent
d56c61bf84
commit
8a1967bdb9
5 changed files with 104 additions and 57 deletions
|
@ -75,7 +75,7 @@ Rails.application.routes.draw do
|
|||
resource :accreditation, only: [:index] do
|
||||
collection do
|
||||
get '/get_info', to: 'accreditation_info#index'
|
||||
get '/push_results', to: 'accreditation_results#index'
|
||||
post '/push_results', to: 'accreditation_results#create'
|
||||
end
|
||||
end
|
||||
resources :nameservers do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue