mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
Create scaffold for domain disputes
This commit is contained in:
parent
23642355bf
commit
7a7b2f9881
13 changed files with 238 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
require_dependency 'epp_constraint'
|
||||
|
||||
Rails.application.routes.draw do
|
||||
resources :disputes
|
||||
# https://github.com/internetee/epp_proxy#translation-of-epp-calls
|
||||
namespace :epp do
|
||||
constraints(EppConstraint.new(:session)) do
|
||||
|
@ -258,6 +259,7 @@ Rails.application.routes.draw do
|
|||
get 'delete'
|
||||
end
|
||||
end
|
||||
resources :disputes
|
||||
|
||||
resources :registrars do
|
||||
resources :api_users, except: %i[index]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue