fix: use apiUrl

This commit is contained in:
amhsirak
2026-01-02 11:44:42 +05:30
parent 8a32c0b2d2
commit 3acad74cc7
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ import TableHead from '@mui/material/TableHead';
import TableRow from '@mui/material/TableRow';
import { useTranslation } from "react-i18next";
import { useThemeMode } from "../../context/theme-provider";
import { remoteBrowserApiUrl } from "../../apiConfig";
import { apiUrl } from "../../apiConfig";
import { io } from "socket.io-client";
interface RunContentProps {