diff --git a/index.mjs b/index.mjs index 15d6e56..021a8a0 100644 --- a/index.mjs +++ b/index.mjs @@ -8,7 +8,7 @@ import { KeyPair } from './supercop/index.mjs'; import crypto from 'crypto'; const device = process.argv[2] ?? '/dev/ttyACM0'; -const apiURL = 'https://map.meshcore.dev/api/v1/uploader/node'; +const apiURL = 'https://map.meshcore.io/api/v1/uploader/node'; const seenAdverts = {}; let clientInfo = {};