changed links for hosting

This commit is contained in:
2025-09-02 20:34:20 +02:00
parent ba0f06e104
commit af4abfc8f9
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export const loginFunc = async (
password: string
): Promise<LoginResult> => {
try {
const response = await fetch("http://localhost:8002/api/loginAdmin", {
const response = await fetch("https://backend.insta.the1s.de/api/loginAdmin", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ username, password }),