all repos — caroster @ 1410b54dc70ad59a92a3fe31c76237c46a37c1d8

[Octree] Group carpool to your event https://caroster.io

backend/config/api.ts (view raw)

1export default {
2  rest: {
3    defaultLimit: 25,
4    maxLimit: 100,
5    withCount: true,
6  },
7};