add component ShowLog
This commit is contained in:
parent
e62a4afe9a
commit
b5d1d37d5e
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue