แก้ path api
This commit is contained in:
parent
9b2afb3ac7
commit
8a79a051fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import env from '../index'
|
import env from '../index'
|
||||||
const candidate = `${env.API_URI}/candidate/`
|
const candidate = `${env.API_URI}/candidate/`
|
||||||
const periodExam = `${env.API_URI}/period-exam/`
|
const periodExam = `${env.API_URI}/candidate/period-exam/`
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
candidateInformation: (examId: string, positionId: string) =>
|
candidateInformation: (examId: string, positionId: string) =>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue