From 7fac466ee35fa0c94578e382855c82750ae653a8 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Sun, 12 Nov 2023 18:53:56 +0530 Subject: [PATCH] fix publapi url for registrations --- src/routes/pubnix/register/+page.server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/pubnix/register/+page.server.ts b/src/routes/pubnix/register/+page.server.ts index 09ee606..0a8e0c9 100644 --- a/src/routes/pubnix/register/+page.server.ts +++ b/src/routes/pubnix/register/+page.server.ts @@ -47,7 +47,7 @@ export const actions: Actions = { } else { try { const request = await fetch( - "https://pizza1.vpn.projectsegfau.lt/signup", + "https://publapi.p.projectsegfau.lt/signup", { method: "POST", headers: {