diff --git a/proxy/domain/domain_service.go b/proxy/domain/domain_service.go index e99498a..f9e7b38 100644 --- a/proxy/domain/domain_service.go +++ b/proxy/domain/domain_service.go @@ -24,4 +24,7 @@ func NewDomainService() *DomainService { func (d *DomainService)Create(dm *Domain) (string, error) { + + + return "", nil } \ No newline at end of file