mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 00:22:59 +05:30
fix publapi url for registrations
This commit is contained in:
parent
0b81be00ab
commit
7fac466ee3
@ -47,7 +47,7 @@ export const actions: Actions = {
|
|||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
const request = await fetch(
|
const request = await fetch(
|
||||||
"https://pizza1.vpn.projectsegfau.lt/signup",
|
"https://publapi.p.projectsegfau.lt/signup",
|
||||||
{
|
{
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
|
Loading…
Reference in New Issue
Block a user