mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
adds country to apply form
This commit is contained in:
parent
c12d35f0b8
commit
beb9b32c69
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ export default async function handler(req, res) {
|
|||
body: JSON.stringify({
|
||||
email: data.userEmail,
|
||||
name: data.eventName,
|
||||
transparent: data.transparent
|
||||
transparent: data.transparent,
|
||||
country: data.eventCountryCode,
|
||||
}),
|
||||
method: 'POST',
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue