fixing error & layout command template
This commit is contained in:
parent
d836432c3e
commit
7540311518
7 changed files with 56 additions and 35 deletions
6
src/api/05_command/api.command.ts
Normal file
6
src/api/05_command/api.command.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import env from "../index";
|
||||
const order = `${env.API_URI}/order`;
|
||||
|
||||
export default {
|
||||
commandType: `${order}/order-type`,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue