Switch back to SOM endpoint until tomorrow

This commit is contained in:
Lachlan Campbell 2020-08-18 23:16:09 -04:00 committed by GitHub
parent 8867b73ba9
commit 4ad17330d4

View file

@ -3,7 +3,7 @@ import useForm from '../../lib/use-form'
import Submit from '../submit'
const JoinForm = ({ sx = {} }) => {
const { status, formProps, useField } = useForm('/api/join')
const { status, formProps, useField } = useForm('https://v3-6arfu6pu5.hackclub.dev/api/som-join/')
return (
<Card sx={{ maxWidth: 'narrow', mx: 'auto', label: { mb: 3 }, ...sx }}>