Skip to content
Snippets Groups Projects
Commit 16fc81e9 authored by David Mynors's avatar David Mynors
Browse files

Redirect to thank you page after meet.coop reg

parent e597d01f
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,7 @@ app.post('/meet.coop-registration-form', (req, res) => {
maillog.error(`failed to send notification of meet.coop registration to ${notificationConfig.to}: `, e);
}
}
res.redirect('/home');
res.redirect('/Thank-you-for-registering-for-Meet.coop.html');
});
app.listen(port, () => console.log(`serve.js listening on port ${port}!`));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment