diff --git a/view-mode/function/overlaySCurve.js b/view-mode/function/overlaySCurve.js index e4bf48f..b427920 100644 --- a/view-mode/function/overlaySCurve.js +++ b/view-mode/function/overlaySCurve.js @@ -23,7 +23,7 @@ function getSCurveData(){ const parentUrl = event.data.url; // Remove the base URL and hash - const path = parentUrl.replace("http://localhost:3000/#/dashboard-project/", ""); + const path = parentUrl.replace("https://adw.ospro.id/#/dashboard-project/", ""); // Split the remaining path by "/" const parts = path.split("/");