เพิ่ม api (support)
This commit is contained in:
parent
830ad6d3f1
commit
12ac44c7c2
3 changed files with 24 additions and 6 deletions
|
|
@ -1,12 +1,13 @@
|
|||
/**ใช้รวมไฟล์ย่อยๆ ของ api แต่ละไฟล์ */
|
||||
|
||||
/** API Metadata */
|
||||
import testtest from "./api/test/api.test"
|
||||
import retirementResign from "./api/leave/api.leave"
|
||||
import placementTransfer from "./api/transfer/api.transfer"
|
||||
import appeal from "./api/appeal/api.appeal"
|
||||
import message from "./api/api.message"
|
||||
import testtest from "./api/test/api.test";
|
||||
import retirementResign from "./api/leave/api.leave";
|
||||
import placementTransfer from "./api/transfer/api.transfer";
|
||||
import appeal from "./api/appeal/api.appeal";
|
||||
import message from "./api/api.message";
|
||||
import evaluate from "./api/evaluate/api.evaluate";
|
||||
import support from "./api/support/api.support";
|
||||
|
||||
const API = {
|
||||
...testtest,
|
||||
|
|
@ -14,7 +15,8 @@ const API = {
|
|||
...placementTransfer,
|
||||
...message,
|
||||
...evaluate,
|
||||
...appeal
|
||||
...appeal,
|
||||
...support,
|
||||
};
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue