hrms-mgt/src/api/18_command/api.command.ts
2024-09-11 15:59:04 +07:00

7 lines
130 B
TypeScript

import env from "../index";
const command = `${env.API_URI}/order`;
export default {
commandType: `${command}/order-type`,
};