updated codebase to allow for external access

This commit is contained in:
2025-12-01 15:52:01 -05:00
parent ba11c8d352
commit e69000657c
5 changed files with 5 additions and 4 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://localhost:8000';
const API_BASE = 'http://${window.location.hostname}:8000';
function App() {
const [step, setStep] = useState('welcome');