API User Popup สมรรถนะในหน้าฟอร์มแบบประเมิน & อัปโหลดไฟล์
This commit is contained in:
parent
95ac852446
commit
035a93c9f0
5 changed files with 364 additions and 72 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue