From 7dc2bf05693bbcd6159b1bfc89c46b509483a6fc Mon Sep 17 00:00:00 2001 From: smit95tpatel Date: Mon, 2 May 2022 15:21:06 +0530 Subject: [PATCH] feat: checking env variables --- react-frontend/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-frontend/public/index.html b/react-frontend/public/index.html index b047166c..895d831b 100644 --- a/react-frontend/public/index.html +++ b/react-frontend/public/index.html @@ -40,6 +40,6 @@ window.LUMBERJACK_API_URL = "%REACT_APP_LUMBERJACK_API_URL%"; window.LUMBERJACK_API_KEY = "%REACT_APP_LUMBERJACK_API_KEY%"; - console.log(window); + console.log(window)