ต่อ api หน้า information

This commit is contained in:
AnandaTon 2023-03-24 13:41:07 +07:00
parent 4c78d4eab4
commit 79182a1e86
3 changed files with 36 additions and 9 deletions

View file

@ -0,0 +1,7 @@
import env from '../index'
const candidate = `${env.API_URI}/candidate/`
export default {
countDashbordSubHistory: (examId: string) => `${candidate}information/${examId}`,
candidate
}