|
|
@ -283,6 +283,7 @@ export const TRANSACTION_EDIT = (id) => { |
|
|
|
export const STORAGE_LIMIT_INFORMATION = (company_name) => { |
|
|
|
export const STORAGE_LIMIT_INFORMATION = (company_name) => { |
|
|
|
return `${BASE_SIMPRO_LUMEN}/information-storage/${company_name}`; |
|
|
|
return `${BASE_SIMPRO_LUMEN}/information-storage/${company_name}`; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
export const STORAGE_LIMIT_INFORMATION_ALL_COMPANY = `${BASE_SIMPRO_LUMEN}/information-storage-all-company` |
|
|
|
|
|
|
|
|
|
|
|
export const ABSENSI_ADD = `${BASE_SIMPRO_LUMEN}/permit/add`; |
|
|
|
export const ABSENSI_ADD = `${BASE_SIMPRO_LUMEN}/permit/add`; |
|
|
|
export const ABSENSI_SEARCH = `${BASE_SIMPRO_LUMEN}/permit/search`; |
|
|
|
export const ABSENSI_SEARCH = `${BASE_SIMPRO_LUMEN}/permit/search`; |
|
|
|