|
|
@ -6,7 +6,7 @@ let base_url = getUrlParameter("base_url"); |
|
|
|
const role_name = getUrlParameter("role_name"); |
|
|
|
const role_name = getUrlParameter("role_name"); |
|
|
|
const company_id = getUrlParameter("company_id"); |
|
|
|
const company_id = getUrlParameter("company_id"); |
|
|
|
const company_name = getUrlParameter("company_name"); |
|
|
|
const company_name = getUrlParameter("company_name"); |
|
|
|
const base_url_image = `https://project-api.ospro.id/assets/${company_name}/`; |
|
|
|
const base_url_image = `https://si-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"; |
|
|
|