Felesleges változók kivéve

This commit is contained in:
Sándor Máté Magony
2025-04-11 13:12:32 +02:00
parent 2975cd91b1
commit 3f0465fb5a
15 changed files with 187 additions and 147 deletions

View File

@@ -1,6 +1,6 @@
export async function mosdokFetch() {
try {
const response = await fetch('http://127.0.0.1:8000/api/mosdok');
const response = await fetch('http://192.168.0.78:8000/api/mosdok');
if (!response.ok) {
throw new Error(`Hiba: ${response.status}`);
}