แก้ API

This commit is contained in:
STW_TTTY\stwtt 2024-09-02 16:04:53 +07:00
parent d78b7db124
commit 459428979b
12 changed files with 37 additions and 33 deletions

View file

@ -33,7 +33,8 @@ export default {
kpiEvaluation,
kpiEvaluationUser,
kpiPlan,
kpiPlanById: (id: string) => `${kpiPlan}/edit/${id}`,
kpiPlanByIdEdit: (id: string) => `${kpiPlan}/edit/${id}`,
kpiPlanById: (id: string) => `${kpiPlan}/${id}`,
/** role */
kpiRole,