menjava domene

This commit is contained in:
2026-05-09 22:09:03 +02:00
parent e60826b8d9
commit 6e9efd2dbc
9 changed files with 178 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ document.getElementById("login-form").addEventListener("submit", async function(
const form = document.getElementById("login-form");
try {
const response = await fetch("http://localhost:3000/prijava", {
const response = await fetch("https://ssnj.dcrubro.com/api/prijava", {
method: "POST",
headers: {
"Content-Type": "application/json"