We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02b64c commit 77caf87Copy full SHA for 77caf87
1 file changed
apps/entry-admin/src/apis/application/index.ts
@@ -50,7 +50,7 @@ export const useGetApplicationDetail = (applicationId?: string) => {
50
// 수험번호 일괄 부여
51
export const usePostExamNumber = () => {
52
return useMutation({
53
- mutationFn: () => AdmissionAdminInstance.post('/exam-code'),
+ mutationFn: () => AdmissionAdminInstance.post('/api/v1/exam-code'),
54
onSuccess: () => toast.success('수험번호가 일괄 부여되었습니다.'),
55
onError: () => toast.error('수험번호 부여 중 오류가 발생했습니다.'),
56
});
0 commit comments