all repos — caroster @ 52ee507b9a4f736cdf8137435e886ca6e9f41b1b

[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};