Merge branch 'fix/wrong/method/name' into 'master'

Fix using wrong method name

See merge request entgra/carbon-device-mgt!882
This commit is contained in:
Pahansith Gunathilake 2022-04-25 08:04:24 +00:00
commit 331ccf4710

View File

@ -85,7 +85,7 @@ public class GrafanaUtil {
}
public static String getDashboardUID(URI iframeURL) {
return HttpUtil.getRequestSubPathFromEnd(iframeURL, GrafanaConstants.IFRAME_URL_DASHBOARD_UID_INDEX);
return HttpUtil.extractRequestSubPathFromEnd(iframeURL, GrafanaConstants.IFRAME_URL_DASHBOARD_UID_INDEX);
}
public static JsonObject getJsonBody(String body) {