create function findValue

This commit is contained in:
joseph le 2023-11-23 16:00:36 +07:00
parent c96c3bc277
commit e4f44684b3
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ Route.post("/api/find-value", async ({ request, response }) => {
}
console.log("stdout ", stdout)
response.status(200).send(stdout);
response.status(200).send("blabla"+JSON.stringify(stdout) );
});
} catch (error) {
console.log(error);