From 51babc07af1549edfc059bc2f36fe1249b93417b Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Thu, 11 Apr 2024 11:02:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A(project)=20rename=20desk=20occuren?= =?UTF-8?q?ces=20to=20impress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename desk occurences to impress. --- Makefile | 4 ++-- src/frontend/apps/impress/.env.production | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f804a909..aaaf7154 100644 --- a/Makefile +++ b/Makefile @@ -301,11 +301,11 @@ help: .PHONY: help # Front -install-front-impress: ## Install the frontend dependencies of app Desk +install-front-impress: ## Install the frontend dependencies of app Impress cd $(PATH_FRONT_IMPRESS) && yarn .PHONY: install-front-impress -run-front-impress: ## Start app Desk +run-front-impress: ## Start app Impress cd $(PATH_FRONT_IMPRESS) && yarn dev .PHONY: run-front-impress diff --git a/src/frontend/apps/impress/.env.production b/src/frontend/apps/impress/.env.production index 7502fb1f..744e8928 100644 --- a/src/frontend/apps/impress/.env.production +++ b/src/frontend/apps/impress/.env.production @@ -1,2 +1,2 @@ -NEXT_PUBLIC_API_URL=https://desk-staging.beta.numerique.gouv.fr/api/v1.0/ +NEXT_PUBLIC_API_URL=https://impress-staging.beta.numerique.gouv.fr/api/v1.0/ NEXT_PUBLIC_SIGNALING_URL=ws://localhost:4444 \ No newline at end of file