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