รายละเอียดงานที่ได้รับมอบหมาย (ส่วนนึง)
This commit is contained in:
parent
a05b234339
commit
244524c0ca
27 changed files with 5092 additions and 8 deletions
|
|
@ -11,6 +11,7 @@ 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.kpis";
|
||||
import probation from "./api/probation/api.probation";
|
||||
|
||||
const API = {
|
||||
...testtest,
|
||||
|
|
@ -23,6 +24,7 @@ const API = {
|
|||
...org,
|
||||
...scholarship,
|
||||
...kpi,
|
||||
...probation,
|
||||
};
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue