hrms-mgt/src/api/18_command/api.command.ts

8 lines
130 B
TypeScript
Raw Normal View History

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