Browse Source

add STORAGE_LIMIT_INFORMATION_ALL_COMPANY apiConst

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

1
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`;

Loading…
Cancel
Save