diff options
-rw-r--r-- | golang/pkg/model/register.go | 2 |
1 files changed, 1 insertions, 1 deletions
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"` } |