fixed dashboard

This commit is contained in:
Radek Davidek 2026-03-28 15:48:13 +01:00
parent 824b367701
commit a0bda05d1f

View File

@ -256,7 +256,7 @@
async function loadFilters() {
try {
const response = await axios.get('/api/data?type=filters&apiKey=' + encodeURIComponent(apiKey));
const response = await axios.get('/hb/api/data?type=filters&apiKey=' + encodeURIComponent(apiKey));
const data = response.data;
const machineSelect = document.getElementById('machine');