create function findValue
This commit is contained in:
parent
2767bc820d
commit
c96c3bc277
|
|
@ -188,7 +188,7 @@ Route.post("/api/find-value", async ({ request, response }) => {
|
|||
// console.error(`Error executing command: ${error.message}`);
|
||||
return "Error:"+ error;
|
||||
}
|
||||
console.log("stdout ", typeof stdout)
|
||||
console.log("stdout ", stdout)
|
||||
|
||||
response.status(200).send(stdout);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue