From e8208363c09896562a05d6427c99be72172cc894 Mon Sep 17 00:00:00 2001 From: Julien Aldon Date: Tue, 13 Jan 2026 15:28:26 +0100 Subject: [PATCH] fix front config.js --- front/src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/config.js b/front/src/config.js index bdb925b..31082c1 100644 --- a/front/src/config.js +++ b/front/src/config.js @@ -1,5 +1,5 @@ -// const ROOT_FQDN = 'https://bookshelf.aldon.fr/api'; -const ROOT_FQDN = 'http://localhost:8000/api'; +const ROOT_FQDN = 'https://bookshelf.aldon.fr/api'; +// const ROOT_FQDN = 'http://localhost:8000/api'; export { ROOT_FQDN