language routing

This commit is contained in:
2021-09-28 13:36:19 +01:00
parent 475c9715fc
commit 5f9d239b50
19 changed files with 206 additions and 82 deletions
+3 -2
View File
@@ -157,7 +157,8 @@ export const getBasicSearch = (token, searchString) => {
return res.data;
})
.catch((error) => {
console.log("thiserror", error);
//console.log("thiserror", error);
return error.response;
});
};
@@ -170,7 +171,7 @@ export const getBasicDNSSearch = (token, searchString) => {
)
.then((res) => res.data)
.catch((error) => {
console.log("thiserror", error);
return error.response;
});
};