no message

This commit is contained in:
setthawutttty 2023-07-04 09:41:24 +07:00
parent dc5ea784a3
commit c296bdfc48
8 changed files with 219 additions and 174 deletions

View file

@ -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}`,
}