mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 14:07:55 -09:00
0a3c4d4a59
Now it's 1-based instead of 0-based - Fixes #24747 ### Before  ### After  ## ⚠️ BREAKING ⚠️ Previous API consumers may have relied on the 0-based pagination of this endpoint. The page numbering now starts at 1, as documented. Signed-off-by: Yarden Shoham <git@yardenshoham.com>