This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
api/tribe/constants.go
2020-06-02 17:45:21 +02:00

6 lines
48 B
Go

package tribe
const (
PaginationLimit = 100
)