changed ports to run on my server

This commit is contained in:
2025-08-15 10:12:51 +02:00
parent 5c6373d16d
commit 725cd7e08a
9 changed files with 24 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
import { myToast } from "./toastify";
export const registerLos = async (data: any) => {
await fetch("http://localhost:8002/lose", {
await fetch("https://backend.lose.the1s.de/lose", {
method: "POST",
headers: {
"Content-Type": "application/json",