Add nameservers REST API

#661
This commit is contained in:
Artur Beljajev 2018-02-01 01:35:32 +02:00
parent 3ef38768a5
commit a5eaae562a
4 changed files with 62 additions and 2 deletions

View file

@ -58,5 +58,6 @@ module Repp
mount Repp::ContactV1
mount Repp::AccountV1
mount Repp::DomainTransfersV1
mount Repp::NameserversV1
end
end