ประเมินบุคคลตรวจสอบตำแหน่งก่อนยื่นประเมิน
This commit is contained in:
parent
0fe78727c1
commit
4103b78774
4 changed files with 69 additions and 11 deletions
|
|
@ -8,6 +8,7 @@ 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";
|
||||
import org from "./api/org/api.org";
|
||||
|
||||
const API = {
|
||||
...testtest,
|
||||
|
|
@ -17,6 +18,7 @@ const API = {
|
|||
...evaluate,
|
||||
...appeal,
|
||||
...support,
|
||||
...org,
|
||||
};
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue