Skip to content

Commit

Permalink
Fix : issue 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
teagu123 committed Jul 3, 2024
1 parent 1bbe030 commit 39e0fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/application/ApplicationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const ApplicationForm = () => {
hackathonFormId,
null
>({
uri: '/api/v1/',
uri: '/api/v1/hackathons',
method: 'post',
data: submitData,
});
Expand Down

0 comments on commit 39e0fc4

Please sign in to comment.