feat: implement data import/export and optimize terminal UX
This commit is contained in:
@@ -48,7 +48,7 @@ func ParsePagination(c *gin.Context) Pagination {
|
||||
if page < 1 {
|
||||
page = 1
|
||||
}
|
||||
if pageSize < 1 || pageSize > 100 {
|
||||
if pageSize < 1 || pageSize > 10000 {
|
||||
pageSize = defaultPageSize
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user