diff --git a/golang/pkg/model/register.go b/golang/pkg/model/register.go index 36604cf..648abec 100644 --- a/golang/pkg/model/register.go +++ b/golang/pkg/model/register.go @@ -4,6 +4,6 @@ type Register struct { Agent *Agent `json:"agent"` //contract //faction - Ship *Ship `json:"ship"` + Ships []Ship `json:"ships"` Token string `json:"token"` }