Skip to content

Commit 77caf87

Browse files
committed
fix : 수험번호 엔드포인트 바뀜여
1 parent c02b64c commit 77caf87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/entry-admin/src/apis/application

apps/entry-admin/src/apis/application/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const useGetApplicationDetail = (applicationId?: string) => {
5050
// 수험번호 일괄 부여
5151
export const usePostExamNumber = () => {
5252
return useMutation({
53-
mutationFn: () => AdmissionAdminInstance.post('/exam-code'),
53+
mutationFn: () => AdmissionAdminInstance.post('/api/v1/exam-code'),
5454
onSuccess: () => toast.success('수험번호가 일괄 부여되었습니다.'),
5555
onError: () => toast.error('수험번호 부여 중 오류가 발생했습니다.'),
5656
});

0 commit comments

Comments
 (0)