fix : docker on windows

This commit is contained in:
martin
2025-06-14 00:30:14 +02:00
parent 01a27c10ad
commit a6cf09673b
5 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import axios from 'axios';
import './App.css';
import { colors } from './colors';
const BACKEND_URL = process.env.BACKEND_PORT || 'http://0.0.0.0:8000';
const BACKEND_URL = process.env.REACT_APP_BACKEND_URL || 'http://localhost:7777';
function App() {
const [query, setQuery] = useState('');