Update frontend
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user