From 4468bd78a9c93c8d10eadd0cac872fd62cf99a49 Mon Sep 17 00:00:00 2001 From: thkim Date: Fri, 22 Mar 2024 13:50:32 +0900 Subject: [PATCH] =?UTF-8?q?test:=20back-end=20URL=20console.log=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EA=B1=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- egovframe-template-simple-react-contribution/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egovframe-template-simple-react-contribution/src/App.js b/egovframe-template-simple-react-contribution/src/App.js index 68cf14f..c009d87 100644 --- a/egovframe-template-simple-react-contribution/src/App.js +++ b/egovframe-template-simple-react-contribution/src/App.js @@ -23,6 +23,6 @@ function App() { } console.log("process.env.NODE_ENV", process.env.NODE_ENV); -console.log("process.env.REACT_APP_EGOV_CONTEXT_URL", process.env.REACT_APP_EGOV_CONTEXT_URL); +console.log("process.env.REACT_APP_EGOV_CONTEXT_URL", "[" + process.env.REACT_APP_EGOV_CONTEXT_URL + "]"); export default App;