ต่อ api หน้า information
This commit is contained in:
parent
4c78d4eab4
commit
79182a1e86
3 changed files with 36 additions and 9 deletions
7
src/api/exam/api.candidate.ts
Normal file
7
src/api/exam/api.candidate.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import env from '../index'
|
||||
const candidate = `${env.API_URI}/candidate/`
|
||||
|
||||
export default {
|
||||
countDashbordSubHistory: (examId: string) => `${candidate}information/${examId}`,
|
||||
candidate
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue