Return service names of xApps instead of IP
[ric-plt/appmgr.git] / cmd / appmgr / types.go
index 34e3b74..1c9556d 100755 (executable)
@@ -123,7 +123,7 @@ type SubscriptionNotif struct {
        Id        string `json:"id"`
        Version   int    `json:"version"`
        EventType string `json:"eventType"`
-       XApps     string `json:"xApps"`
+       XApps     string `json:"xApps"`
 }
 
 type Subscription struct {