no message
This commit is contained in:
parent
dc5ea784a3
commit
c296bdfc48
8 changed files with 219 additions and 174 deletions
|
|
@ -1,6 +1,8 @@
|
|||
/**
|
||||
* api บรรจุ แต่งตั้ง ย้าย โอน
|
||||
*/
|
||||
import env from "../index";
|
||||
import env from "../index"
|
||||
const placement = `${env.API_URI}/Placement/placement`
|
||||
|
||||
export default {};
|
||||
export default {
|
||||
MainDetail: () => `${placement}`,
|
||||
yearOptions: () => `${placement}/fiscal`,
|
||||
redirectToPage: (examId:string) => `${placement}/pass/${examId}`,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue