Merge branch 'develop-tee' into dev-chiangmai
This commit is contained in:
commit
99c0ab7eb7
10 changed files with 989 additions and 724 deletions
|
|
@ -1,6 +1,11 @@
|
|||
/**
|
||||
* api บรรจุ แต่งตั้ง ย้าย โอน
|
||||
*/
|
||||
import env from "../index";
|
||||
import env from "../index"
|
||||
const placement = `${env.API_URI}/Placement/placement`
|
||||
|
||||
export default {};
|
||||
export default {
|
||||
MainDetail: (year:number) => `${placement}/exam/${year}`,
|
||||
yearOptions: () => `${placement}/fiscal`,
|
||||
redirectToPage: (examId:string) => `${placement}/pass/${examId}`,
|
||||
disclaimF: () => `${placement}/pass/disclaim`,
|
||||
defermentF: () => `${placement}/pass/deferment`,
|
||||
getStatCard:(examId:string) =>`${placement}/pass/stat/${examId}`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue