JJJ jh hh

This commit is contained in:
Matthew Stanciu 2020-04-23 18:09:31 -04:00
parent 3733856192
commit 6300188fc2

View file

@ -39,7 +39,7 @@ const JoinForm = () => {
}}
>
<form action={`/api/join`} onSubmit={(e) => {
e.preventDefault();
e.preventDefault()
fetch(`/api/join`, {
method: 'POST',
headers: {