fix: api team-applications route

This commit is contained in:
2024-02-05 14:08:46 -06:00
parent 0042cbee31
commit 84f02c9bc5
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const ApplyForm: FC = () => {
},
onSubmit: async (values) => {
try {
await fetch('/api/teamAplications', {
await fetch('/api/team-applications', {
method: 'POST',
headers: {
'Content-Type': 'application/json'