menjava domene
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user