1.5.0
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
"github.com/TeaOSLab/EdgeAPI/internal/rpc/services"
|
||||
"github.com/TeaOSLab/EdgeAPI/internal/rpc/services/accounts"
|
||||
"github.com/TeaOSLab/EdgeAPI/internal/rpc/services/anti-ddos"
|
||||
httpdnsServices "github.com/TeaOSLab/EdgeAPI/internal/rpc/services/httpdns"
|
||||
"github.com/TeaOSLab/EdgeAPI/internal/rpc/services/nameservers"
|
||||
"github.com/TeaOSLab/EdgeAPI/internal/rpc/services/posts"
|
||||
"github.com/TeaOSLab/EdgeAPI/internal/rpc/services/reporters"
|
||||
@@ -313,4 +314,9 @@ func APINodeServicesRegister(node *APINode, server *grpc.Server) {
|
||||
pb.RegisterPostCategoryServiceServer(server, instance)
|
||||
node.rest(instance)
|
||||
}
|
||||
{
|
||||
var instance = node.serviceInstance(&httpdnsServices.HTTPDNSBoardService{}).(*httpdnsServices.HTTPDNSBoardService)
|
||||
pb.RegisterHTTPDNSBoardServiceServer(server, instance)
|
||||
node.rest(instance)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user