add component ShowLog

This commit is contained in:
joseph le 2023-09-12 16:19:00 +07:00
parent e62a4afe9a
commit b5d1d37d5e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ const ShowLog = () => {
let tempContent = "";
const res = await axios.get(getLog + "/" + name);
setLog(res.data);
console.log(res.data)
} catch (error) {
console.log(error);
}