updated codebase to allow for external access
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user