fixed table and equipo
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user