mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Update apply.js
This commit is contained in:
parent
1a4da3dfa2
commit
112df266c8
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export default async function handler(req, res) {
|
|||
'Slack Username': data.slackUsername,
|
||||
Accommodations: data.accommodations
|
||||
})
|
||||
res.writeHead(302, { Location: '/hcb/apply/success' }).end()
|
||||
res.writeHead(302, { Location: '/hcb/success' }).end()
|
||||
})
|
||||
.catch(error => {
|
||||
console.error(error)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue