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) => { onSubmit: async (values) => {
try { try {
await fetch('/api/teamAplications', { await fetch('/api/team-applications', {
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json' 'Content-Type': 'application/json'