mirror of
https://github.com/documenso/documenso.git
synced 2026-07-04 02:01:01 +10:00
17b261df1f
This PR fixes a bug in the `/api/v2/template` endpoint where the pagination parameter `perPage` was being ignored. Previously, the endpoint would return all matching templates regardless of the requested limit, which could lead to performance issues and incorrect API behavior.