mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-18 04:34:22 +01:00
* Paginate only the `/api/v1/users`, `/api/v1/teams`, and `/api/v1/submissions` endpoints. * Add a `PaginatedAPIListSuccessResponse` class with a customized `apidoc` method to hack in the pagination scheme * Works on #1318