mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
HCB apply form: pass Transparency Mode checkbox to HCB
This commit is contained in:
parent
484ad4bd4e
commit
cccf23e341
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ export default async function handler(req, res) {
|
|||
await fetch('https://hcb.hackclub.com/api/v1/events/create_demo', {
|
||||
body: JSON.stringify({
|
||||
email: data.userEmail,
|
||||
name: data.eventName
|
||||
name: data.eventName,
|
||||
transparent: data.transparent
|
||||
}),
|
||||
method: 'POST',
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue