From 11e1d46290311e437de58825325c477fce226b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=80=EC=A7=80?= Date: Thu, 29 Feb 2024 21:46:00 +0900 Subject: [PATCH] /Entry --- src/components/ApplicantMgt.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ApplicantMgt.tsx b/src/components/ApplicantMgt.tsx index 7308b2c..374d4a7 100644 --- a/src/components/ApplicantMgt.tsx +++ b/src/components/ApplicantMgt.tsx @@ -82,7 +82,7 @@ const ApplicantMgt = () => { const fetchData = async () => { await instance - .get("/report/applicant/entry") + .get("/report/applicant/Entry") .then((res) => { setApplicants(res.data); console.log(res);