fix: api team-applications route
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user