From 8e11c4c1a52fec72a0cf32e4ce22758f99cfffda Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Sun, 15 Oct 2023 10:24:36 +0200 Subject: [PATCH] Fixed trailing slash issue --- src/components/maps/worldStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/maps/worldStore.ts b/src/components/maps/worldStore.ts index e81bb7c3..abe8dc0b 100644 --- a/src/components/maps/worldStore.ts +++ b/src/components/maps/worldStore.ts @@ -5,7 +5,7 @@ let baseUrl: string const isDev = import.meta.env.DEV; -baseUrl = "http://localhost:4321/" +baseUrl = "http://localhost:4321" export const $world = deepMap({ markers: [] as MapMarker[],