fix : problem with frontend connection, enfore url
This commit is contained in:
@@ -6,7 +6,7 @@ import { ThemeToggle } from "./components/ThemeToggle";
|
||||
import { ResizableLayout } from "./components/ResizableLayout";
|
||||
import faviconPng from "./logo.png";
|
||||
|
||||
const BACKEND_URL = 'http://localhost:7777' || process.env.REACT_APP_BACKEND_URL;
|
||||
const BACKEND_URL = process.env.REACT_APP_BACKEND_URL;
|
||||
console.log("Using backend URL:", BACKEND_URL);
|
||||
|
||||
function App() {
|
||||
|
||||
Reference in New Issue
Block a user