mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
REPP: Forward Registrar ID for domain update action
This commit is contained in:
parent
9305602c5f
commit
312f199504
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module Repp
|
|||
class DomainsController < BaseController # rubocop:disable Metrics/ClassLength
|
||||
before_action :set_authorized_domain, only: %i[transfer_info destroy]
|
||||
before_action :validate_registrar_authorization, only: %i[transfer_info destroy]
|
||||
before_action :forward_registrar_id, only: %i[create destroy]
|
||||
before_action :forward_registrar_id, only: %i[create update destroy]
|
||||
before_action :set_domain, only: %i[show update]
|
||||
|
||||
api :GET, '/repp/v1/domains'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue