updated with backticks insted of single quotes

This commit is contained in:
2025-12-01 16:07:23 -05:00
parent e69000657c
commit 6d787f4cf8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { AlertCircle, CheckCircle, Clock, User } from 'lucide-react';
import Keyboard from "react-simple-keyboard";
import "react-simple-keyboard/build/css/index.css";
const API_BASE = 'http://${window.location.hostname}:8000';
const API_BASE = `http://${window.location.hostname}:8000`;
function App() {
const [step, setStep] = useState('welcome');