ต่อ Api หน้ Address

This commit is contained in:
AnandaTon 2023-03-24 14:08:55 +07:00
parent 79182a1e86
commit 8d2b93b6a3
4 changed files with 48 additions and 26 deletions

View file

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