mirror of
https://github.com/documenso/documenso.git
synced 2026-06-22 04:12:06 +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.