mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Switch back to SOM endpoint until tomorrow
This commit is contained in:
parent
8867b73ba9
commit
4ad17330d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue