changed ports to run on my server
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user