mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
Use v3 subdomain to prevent proxies from fighting
This commit is contained in:
parent
544dceca82
commit
db04ddb1ee
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/som-join')
|
||||
const { status, formProps, useField } = useForm('https://v3.hackclub.com/api/som-join/')
|
||||
|
||||
return (
|
||||
<Card sx={{ maxWidth: 'narrow', mx: 'auto', ...sx }}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue