Rename glitch project

This commit is contained in:
Matthew Stanciu 2020-04-23 21:13:41 -04:00
parent f0b848b72a
commit ce6f7e9040

View file

@ -39,11 +39,11 @@ const JoinForm = () => {
}}
>
<form
action={`https://auspicious-spring-concavenator.glitch.me/join`}
action={`https://hackclub-slacker.glitch.me/join`}
method={`post`}
onSubmit={(e) => {
e.preventDefault()
fetch(`https://auspicious-spring-concavenator.glitch.me/join`, {
fetch(`https://hackclub-slacker.glitch.me/join`, {
method: 'POST',
body: JSON.stringify({ name, email, hs, reason })
})