Update frontend

This commit is contained in:
g
2025-02-08 17:01:18 +00:00
parent 5d10a3aabb
commit 5755fbaa74
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ export default function RegisterPage() {
setLoading(true);
const res = await fetchData(
"https://internal-api.inboxi.ng/api/auth/register",
`${process.env.NEXT_PUBLIC_API_URL}/auth/register`,
{
method: "POST",
headers: { "Content-Type": "application/json" },