create function findValue

This commit is contained in:
joseph le 2023-11-23 15:38:16 +07:00
parent de44c57046
commit 1c5346192a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ const ListLog = () => {
const findValueInLog = async () =>{
try {
const res = await axios.get(findValue);
const res = await axios.post(findValue);
setValue(res.data)
} catch (error) {