1chz / realworld-java21-springboot3

RealWorld backend API built using Java 21 and Spring Boot 3
https://www.realworld.how
MIT License
111 stars 43 forks source link

Issue: Limit and Offset interchanged #2

Closed haerambhan closed 1 year ago

haerambhan commented 1 year ago

In this pull request, I have addressed the pagination issue which was caused by the interchanged values for offset and limit query params. This affects the following endpoints

1chz commented 1 year ago

I'm truly grateful for correcting the mistake.