fix page limit
This commit is contained in:
parent
3207ba3e6c
commit
b8086cf46f
@ -16,7 +16,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
pageLimit = 2
|
pageLimit = 30
|
||||||
)
|
)
|
||||||
|
|
||||||
func GetLogs(ctx *gin.Context) {
|
func GetLogs(ctx *gin.Context) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user