create function findValue
This commit is contained in:
parent
1c38d28b57
commit
c53ef4057d
|
|
@ -189,7 +189,7 @@ Route.post("/api/find-value", async ({ request, response }) => {
|
|||
}
|
||||
console.log("stdout ", stdout)
|
||||
setTimeout(() => {
|
||||
response.status(200).send(stdout.toString());
|
||||
response.status(200).send(stdout.length);
|
||||
}, 2000);
|
||||
});
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue