Fixed wrong link for event application

This commit is contained in:
Teriuihi 2024-10-06 00:27:48 +02:00
parent ee54e91051
commit 43925b1300

View File

@ -81,7 +81,7 @@ export const event_apply: FormData = {
required: false, required: false,
}, },
], ],
backend: `${process.env.REACT_APP_BACKEND_BASE_URL}/api/apply/staffApplication`, backend: `${process.env.REACT_APP_BACKEND_BASE_URL}/api/apply/eventApplication`,
userInput: { userInput: {
username: '', email: '', discord: '' username: '', email: '', discord: ''
, age: '', pronoun: '', avg_time: '', event_experience: '' , age: '', pronoun: '', avg_time: '', event_experience: ''