mirror of
https://github.com/meshcore-dev/map.meshcore.dev.git
synced 2026-04-20 22:13:50 +00:00
Update map.js
changed apiUrl to the newly created proxy.php file to get rid of CORS problems.
This commit is contained in:
parent
b578dbafd5
commit
fec3fe2432
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue