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

@@ -3,7 +3,7 @@ function getSpecific(kljuc) {
}
function getLast() {
const url = `http://localhost:3000/vnosi`;
const url = `https://ssnj.dcrubro.com/api/vnosi`;
fetch(url, {
method: 'POST',
headers: {
@@ -44,7 +44,7 @@ function search() {
const val = field.value;
if (!val || val === "" || val === "*") { return; }
const url = `http://localhost:3000/vnosi`;
const url = `https://ssnj.dcrubro.com/api/vnosi`;
fetch(url, {
method: 'POST',
headers: {