From 61c824a88e0a025a662cfea334fda4c813a18128 Mon Sep 17 00:00:00 2001 From: Rastislav Vysoky Date: Fri, 3 Apr 2026 14:29:58 +0200 Subject: [PATCH] Update backend API URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79ab939..dcac4c4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Official MeshCore Map (frontend) ## Installation This is fully static and build-free site, cloning it to web location that can serve static content should be enough. -It uses backend api deployed on https://meshcore.dev/api/v1/nodes +It uses backend api deployed on https://map.meshcore.io/api/v1/nodes ## Libraries used * [Vue3](https://github.com/vuejs/core)