Update apply.js

This commit is contained in:
Sam Poder 2023-09-01 20:01:58 -07:00 committed by GitHub
parent 1a4da3dfa2
commit 112df266c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)