fix page limit

This commit is contained in:
Dot-Rar 2020-05-12 22:40:07 +01:00
parent 3207ba3e6c
commit b8086cf46f

View File

@ -16,7 +16,7 @@ import (
) )
const ( const (
pageLimit = 2 pageLimit = 30
) )
func GetLogs(ctx *gin.Context) { func GetLogs(ctx *gin.Context) {