ing
This commit is contained in:
parent
168c78690c
commit
053ff9b2a2
|
@ -6,7 +6,7 @@ import (
|
|||
)
|
||||
|
||||
func NewServer(addr string, registry rpc.Registry) server.Server {
|
||||
sh := NewServerHandler(addr)
|
||||
sh := NewServerHandler(addr, registry)
|
||||
|
||||
s := server.NewServer(sh)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user