cmd/api: use auto-generated hostnames

This commit is contained in:
Cadey Ratio 2017-01-18 09:01:52 -08:00
parent 9fe3b64e6a
commit bde3d7da90
1 changed files with 2 additions and 3 deletions

View File

@ -14,9 +14,8 @@ func main() {
} }
req := routerpc.AddHostRequest{ req := routerpc.AddHostRequest{
APIKey: "hunter2", APIKey: "hunter2",
Hostname: "xena.foobar", PrivKey: nil,
PrivKey: nil,
} }
resp := &routerpc.AddHostResponse{} resp := &routerpc.AddHostResponse{}