mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Fix join form endpoint
This commit is contained in:
parent
99f72b72e9
commit
eb7d90f256
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 = () => {
|
||||
const { status, formProps, useField } = useForm('/api/join')
|
||||
const { status, formProps, useField } = useForm('https://v3.hackclub.com/api/join')
|
||||
|
||||
return (
|
||||
<Card
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue