|
|
@ -4,8 +4,7 @@ const proyekId = getUrlParameter("proyek_id"); |
|
|
|
const timestamp = getUrlParameter("timestamp"); |
|
|
|
const timestamp = getUrlParameter("timestamp"); |
|
|
|
let base_url = getUrlParameter("base_url"); |
|
|
|
let base_url = getUrlParameter("base_url"); |
|
|
|
const role_name = getUrlParameter("role_name"); |
|
|
|
const role_name = getUrlParameter("role_name"); |
|
|
|
const company_name = getUrlParameter("company_name"); |
|
|
|
const base_url_image = `https://project-api.ospro.id/assets/`; |
|
|
|
const base_url_image = `https://project-api.ospro.id/assets/${company_name}/`; |
|
|
|
|
|
|
|
const ganttName = getUrlParameter("gantt_name"); |
|
|
|
const ganttName = getUrlParameter("gantt_name"); |
|
|
|
// const base_url_image = `http://localhost:8444/generic-ospro-backend/assets/${company_name}/`;
|
|
|
|
// const base_url_image = `http://localhost:8444/generic-ospro-backend/assets/${company_name}/`;
|
|
|
|
const adwIntegrationUrl = "https://adw-api.ospro.id/api"; |
|
|
|
const adwIntegrationUrl = "https://adw-api.ospro.id/api"; |
|
|
|