all repos — caroster @ 30f76547c4bf4232d0c7b16d49509b01f02a9365

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