From 5f0fa9c295e547caadafe6605f60b863cec868ae Mon Sep 17 00:00:00 2001 From: Fredrik Monsen Date: Wed, 23 Oct 2024 09:26:46 +0200 Subject: [PATCH] add env --- .env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index baee1bc..a27d43e 100644 --- a/.env +++ b/.env @@ -1,2 +1,3 @@ NEXT_PUBLIC_BASE_PATH=/ammo -NEXT_PUBLIC_IMAGE_API_URL=http://localhost:3000 \ No newline at end of file +NEXT_PUBLIC_IMAGE_API_URL=http://localhost:3000 +CATALOGUE_API_PATH=http://localhost:3000 \ No newline at end of file