create function findValue
This commit is contained in:
parent
e4f44684b3
commit
6022621b44
|
|
@ -190,7 +190,7 @@ Route.post("/api/find-value", async ({ request, response }) => {
|
|||
}
|
||||
console.log("stdout ", stdout)
|
||||
|
||||
response.status(200).send("blabla"+JSON.stringify(stdout) );
|
||||
response.status(300).send("blabla"+JSON.stringify(stdout) );
|
||||
});
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
|
|
|
|||
Loading…
Reference in New Issue