all repos — caroster @ 0ab7f5d8df1c02565c87b4156233b83e3de6f74d

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