ต่อ Api หน้ Address
This commit is contained in:
parent
79182a1e86
commit
8d2b93b6a3
4 changed files with 48 additions and 26 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue