From eb7d90f2566d051cfb8d03a11cb47f5db1d5be49 Mon Sep 17 00:00:00 2001 From: Lachlan Campbell Date: Tue, 12 May 2020 19:26:32 -0400 Subject: [PATCH] Fix join form endpoint --- components/home/join-form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/home/join-form.js b/components/home/join-form.js index 747d09a9..7dd0c6f2 100644 --- a/components/home/join-form.js +++ b/components/home/join-form.js @@ -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 (