mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Add auctions endpoint to REPP
This commit is contained in:
parent
82109c506c
commit
fda3d346b3
5 changed files with 88 additions and 1 deletions
|
@ -41,11 +41,12 @@ Rails.application.routes.draw do
|
|||
|
||||
namespace :repp do
|
||||
namespace :v1 do
|
||||
resources :auctions, only: %i[index]
|
||||
resources :retained_domains, only: %i[index]
|
||||
end
|
||||
end
|
||||
|
||||
match 'repp/v1/retained_domains',
|
||||
match 'repp/v1/*all',
|
||||
controller: 'api/cors',
|
||||
action: 'cors_preflight_check',
|
||||
via: [:options],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue