language routing
This commit is contained in:
+3
-2
@@ -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;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user