fixed bug with logistics
This commit is contained in:
@ -91,7 +91,8 @@ const LogisticsView: React.FC = () => {
|
||||
// Reference to the audio element
|
||||
const audioRef = useRef<HTMLAudioElement | null>(null);
|
||||
|
||||
OpenAPI.BASE = 'https://localhost:8000';
|
||||
OpenAPI.BASE = import.meta.env.VITE_OPENAPI_BASE || 'https://127.0.0.1:8000';
|
||||
console.log('OpenAPI Base URL:', OpenAPI.BASE);
|
||||
|
||||
const fetchDewarsAndSlots = async () => {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user