From fec3fe243275fb92b55a6ebaf6c32e3cbe28b9dc Mon Sep 17 00:00:00 2001 From: erikklavora <46493001+erikklavora@users.noreply.github.com> Date: Sun, 5 Oct 2025 14:19:37 +0200 Subject: [PATCH] Update map.js changed apiUrl to the newly created proxy.php file to get rid of CORS problems. --- src/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map.js b/src/map.js index 3b5ad71..206d2bf 100644 --- a/src/map.js +++ b/src/map.js @@ -1,6 +1,6 @@ import { createApp, reactive, ref, computed, watch, onMounted, toRaw } from '../lib/vue.esm-browser.js'; import * as ntools from './node-utils.js'; -const apiUrl = 'https://map.meshcore.dev/api/v1/nodes'; +const apiUrl = './proxy.php'; const types = { '1': 'Client',