mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
Merge remote-tracking branch 'origin/master' into 269-dispute-list
This commit is contained in:
commit
7ef15a5bf1
15 changed files with 448 additions and 36 deletions
|
@ -39,6 +39,19 @@ Rails.application.routes.draw do
|
|||
|
||||
mount Repp::API => '/'
|
||||
|
||||
namespace :repp do
|
||||
namespace :v1 do
|
||||
resources :auctions, only: %i[index]
|
||||
resources :retained_domains, only: %i[index]
|
||||
end
|
||||
end
|
||||
|
||||
match 'repp/v1/*all',
|
||||
controller: 'api/cors',
|
||||
action: 'cors_preflight_check',
|
||||
via: [:options],
|
||||
as: 'repp_cors_preflight_check'
|
||||
|
||||
namespace :api do
|
||||
namespace :v1 do
|
||||
namespace :registrant do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue