Browse Source

add STORAGE_LIMIT_INFORMATION_ALL_COMPANY apiConst

pull/1/head
wahyuun 6 months ago
parent
commit
4f88e93dfa
  1. 3
      src/const/ApiConst.js

3
src/const/ApiConst.js

@ -283,6 +283,7 @@ export const TRANSACTION_EDIT = (id) => {
export const STORAGE_LIMIT_INFORMATION = (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_SEARCH = `${BASE_SIMPRO_LUMEN}/permit/search`;
@ -853,4 +854,4 @@ export const SALES_CONTACT_GET_ID = (id) => {
};
export const SALES_CONTACT_DELETE = (id) => {
return `${BASE_SIMPRO_LUMEN}/sales-contact/delete/${id}`;
};
};

Loading…
Cancel
Save