sublinks / sublinks-api

MIT License
74 stars 18 forks source link

Fix pagination to start from page 1 instead of 0. #460

Closed Pdzly closed 3 months ago

Pdzly commented 3 months ago

Previously, the pagination logic treated negative and zero page indices the same, defaulting to 0. This change ensures that the first page starts from 1, aligning with typical pagination conventions.