Skip to content

Commit

Permalink
/Entry
Browse files Browse the repository at this point in the history
  • Loading branch information
은지 committed Feb 29, 2024
1 parent f8ff96e commit 11e1d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ApplicantMgt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 11e1d46

Please sign in to comment.