API รายการคำสั่งและ Template

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-13 15:55:45 +07:00
parent 5625fa06f4
commit 1794218a8f
6 changed files with 391 additions and 260 deletions

View file

@ -1,6 +1,7 @@
import env from "../index";
const order = `${env.API_URI}/order`;
const order = `${env.API_URI}/org`;
export default {
commandType: `${order}/order-type`,
commandType: `${order}/commandType`,
commandSysList: `${order}/commandSys/list`,
};