mirror of
https://github.com/documenso/documenso.git
synced 2026-08-20 05:21:51 +10:00
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.