diff --git a/src/pathcomp/backend/pathComp_RESTapi.c b/src/pathcomp/backend/pathComp_RESTapi.c index 15babc6742e3b6fc0b84d98499de4eadaf26f2e0..1c7258562412e86acea731b189568f5234b61c2b 100644 --- a/src/pathcomp/backend/pathComp_RESTapi.c +++ b/src/pathcomp/backend/pathComp_RESTapi.c @@ -260,7 +260,7 @@ void add_comp_path_deviceId_endpointId_json(cJSON* pathObj, struct path_t* p, st cJSON_AddItemToObject(dElemObj, "device_id", cJSON_CreateString(pL->aDeviceId)); // Add endpoint Id - cJSON_AddItemToObject(dElemObj, "endpoint_uuid", cJSON_CreateString(pL->aEndPointId)); + cJSON_AddItemToObject(dElemObj, "endpoint_uuid", cJSON_CreateString(pL->aEndPointId)); } // Add the sink endpoint