create function findValue

This commit is contained in:
joseph le 2023-11-23 16:01:16 +07:00
parent e4f44684b3
commit 6022621b44
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) console.log("stdout ", stdout)
response.status(200).send("blabla"+JSON.stringify(stdout) ); response.status(300).send("blabla"+JSON.stringify(stdout) );
}); });
} catch (error) { } catch (error) {
console.log(error); console.log(error);