1
0

Updated the Create.jsx page

This commit is contained in:
Mathias Wagner 2023-11-19 00:19:55 +01:00
parent a57c9c746d
commit a9cc929e4e
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -8,7 +8,7 @@ import {GroupContext} from "@/common/contexts/GroupContext.jsx";
import {useNavigate} from "react-router";
export const DOMAIN = "pmg.gnmyt.dev";
export const BASE_URL = `https://${DOMAIN}/join?code=`;
export const BASE_URL = `https://${DOMAIN}/join/`;
export const Create = () => {
const [code, setCode] = useState("LOADING");