From 904d380cc4ddfcaeb22f361175eb3ba388ed0ea3 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Fri, 18 Feb 2022 19:37:55 +0100 Subject: [PATCH] =?UTF-8?q?=20=E2=9C=A8=20Refacto=20:=20MAJ=20de=20l'url?= =?UTF-8?q?=20recherche-entreprises?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/.env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/.env.template b/site/.env.template index 5f7a0649e..1f380c662 100644 --- a/site/.env.template +++ b/site/.env.template @@ -19,7 +19,7 @@ VITE_FR_BASE_URL="http://localhost:3000/mon-entreprise" VITE_EN_BASE_URL="http://localhost:3000/infrance" # Variables optionnelles -VITE_COMPANY_SEARCH_HOST=https://search-recherche-entreprises.fabrique.social.gouv.fr +VITE_COMPANY_SEARCH_HOST=https://api.recherche-entreprises.fabrique.social.gouv.fr # https://github.com/reduxjs/redux-devtools/blob/main/extension/docs/Features/Trace.md VITE_REDUX_TRACE=true