fixed dashboard
This commit is contained in:
parent
824b367701
commit
a0bda05d1f
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user