ประเมินบุคคลตรวจสอบตำแหน่งก่อนยื่นประเมิน

This commit is contained in:
Warunee Tamkoo 2024-02-16 14:50:02 +07:00
parent 0fe78727c1
commit 4103b78774
4 changed files with 69 additions and 11 deletions

View file

@ -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 {