API User Popup สมรรถนะในหน้าฟอร์มแบบประเมิน & อัปโหลดไฟล์

This commit is contained in:
STW_TTTY\stwtt 2024-04-22 15:46:21 +07:00
parent 95ac852446
commit 035a93c9f0
5 changed files with 364 additions and 72 deletions

View file

@ -10,6 +10,7 @@ import evaluate from "./api/evaluate/api.evaluate";
import support from "./api/support/api.support";
import org from "./api/org/api.org";
import scholarship from "./api/scholarship/api.scholarship";
import kpi from "./api/KPI/api.kpi";
const API = {
...testtest,
@ -21,6 +22,7 @@ const API = {
...support,
...org,
...scholarship,
...kpi,
};
export default {