fixed table and equipo

This commit is contained in:
2026-02-06 10:39:20 -06:00
parent f2caf2ad83
commit 5747394bb1
5 changed files with 47 additions and 24 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { envConfig } from "./config";
export async function getTableByCount(idCuenta: number) {
try {
const res = await axios.get(
`${envConfig.apiUrl}/bitacora-mesa/cuenta/${idCuenta}`,
`${envConfig.apiUrl}/bitacora-mesa/table/${idCuenta}`,
);
return res.data;
} catch (error: any) {