From 4287038e2cc3641a270ceed50e4ca1425324c8cf Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Fri, 30 May 2025 01:36:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Fail=20in=20the=20api=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environment.ts b/src/environment.ts index d975dfb..1d8276c 100644 --- a/src/environment.ts +++ b/src/environment.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiURL: 'http://127.0.0.1:8000/api/v1', + apiURL: 'https://api.memorymap.fr/api/v1', // http://127.0.0.1:8000/api/v1 };