From 1867a0a30357dd63c4a4e4b98fa30a6ee3d21116 Mon Sep 17 00:00:00 2001 From: Pallavi Das Date: Fri, 31 May 2024 11:56:48 -0700 Subject: [PATCH] console log --- frontend/src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index a062b3f..0ae2881 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -18,6 +18,8 @@ import MoveLetters from "./components/moveLetters"; import theme from "./theme"; const vite_backend_url = import.meta.env.VITE_BACKEND_URL as string; +console.log('Backend URL:', vite_backend_url); + // The azure deployed backend url: gather-app-307.azurewebsites.net