Loading go-apps/meep-app-enablement/server/app-support/app-support.go +1 −1 Original line number Diff line number Diff line Loading @@ -1529,7 +1529,7 @@ func appRegistrationPOST(w http.ResponseWriter, r *http.Request) { } uri := basePath + "registrations/" + appInfo.AppInstanceId apiId, err := capifClient.PublishServiceAPI( appInfo.AppName, appInfo.AppName+"-"+sandboxName, "v2", uri, appInfo.AppName+" Registration", Loading go-apps/meep-app-enablement/server/service-mgmt/service-mgmt.go +1 −1 Original line number Diff line number Diff line Loading @@ -379,7 +379,7 @@ func appServicesPOST(w http.ResponseWriter, r *http.Request) { } uri := basePath + "applications/" + appId + "/services/" + sInfo.SerInstanceId apiId, err := capifClient.PublishServiceAPI( sInfo.SerName, sInfo.SerName+"-"+sandboxName, sInfo.Version, uri, sInfo.SerName, Loading Loading
go-apps/meep-app-enablement/server/app-support/app-support.go +1 −1 Original line number Diff line number Diff line Loading @@ -1529,7 +1529,7 @@ func appRegistrationPOST(w http.ResponseWriter, r *http.Request) { } uri := basePath + "registrations/" + appInfo.AppInstanceId apiId, err := capifClient.PublishServiceAPI( appInfo.AppName, appInfo.AppName+"-"+sandboxName, "v2", uri, appInfo.AppName+" Registration", Loading
go-apps/meep-app-enablement/server/service-mgmt/service-mgmt.go +1 −1 Original line number Diff line number Diff line Loading @@ -379,7 +379,7 @@ func appServicesPOST(w http.ResponseWriter, r *http.Request) { } uri := basePath + "applications/" + appId + "/services/" + sInfo.SerInstanceId apiId, err := capifClient.PublishServiceAPI( sInfo.SerName, sInfo.SerName+"-"+sandboxName, sInfo.Version, uri, sInfo.SerName, Loading