mirror of
https://github.com/Luzifer/go-latestver.git
synced 2024-12-20 10:31:16 +00:00
Add more log lines to general log
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0d3781fc26
commit
c257f70b2e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export default {
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
fetchLog() {
|
fetchLog() {
|
||||||
axios.get('/v1/log')
|
axios.get('/v1/log?num=50')
|
||||||
.then(resp => {
|
.then(resp => {
|
||||||
this.logs = resp.data
|
this.logs = resp.data
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue