added more logging
diff --git a/api.go b/api.go index 1beff16..af44d76 100644 --- a/api.go +++ b/api.go
@@ -305,7 +305,7 @@ log.Errorf("unable to parse apiServerBaseURI %s: %v", apiServerBaseURI.String(), err) return err } - uri.Path = fmt.Sprintf("/clusters/%s/apids/%s/deployments", apidClusterID, apidInstanceID) + uri.Path = fmt.Sprintf("/edgex/clusters/%s/apids/%s/deployments", apidClusterID, apidInstanceID) resultJSON, err := json.Marshal(validResults) if err != nil {