// Access the `Uris` field directly from `EndPointInfoUris`
returnendPt.EndPointInfoUris.Uris
}
/*
* appRegistrationGET handles retrieving the registration information of an application.
* It fetches the appInstanceId from the URL variables, retrieves the associated application info from Redis, and sends it back in the response. If the appInstanceId is not found or an error occurs, it responds with the appropriate status and error message.
@@ -790,57 +836,86 @@ func appRegistrationPUT(w http.ResponseWriter, r *http.Request) {