Fixed wrong link for event application
This commit is contained in:
parent
ee54e91051
commit
43925b1300
|
|
@ -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: ''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user