create function findValue
This commit is contained in:
parent
de44c57046
commit
1c5346192a
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue