api โครงสร้างอัตรากำลัง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-26 15:20:11 +07:00
parent 9e1386c052
commit 0fbf803a26
4 changed files with 86 additions and 13 deletions

View file

@ -0,0 +1,9 @@
import env from "../index";
const organization = `${env.API_URI}/organization`;
export default {
/** โครงสร้างอัตรากำลัง*/
activeOrganization: `${organization}/active`,
createOrganization: `${organization}/draft`,
};