mod: hide drivers in public directory

This commit is contained in:
Alexandro Uc Santos
2024-11-26 20:20:40 -06:00
parent e3b5e9fadf
commit e24f96c061
2 changed files with 1 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ export default function useSearchLoads() {
}
try {
const endpoint = `/v1/loads/find${filterStr}&$sort[createdAt]=-1`;
console.log(endpoint);
const {data} = await api.get(endpoint);
console.log(data);
total.value = data.total;