matheusgomes28 / urchin

Headless CMS written in Golang
MIT License
60 stars 19 forks source link

Resolves #44 #49

Closed Ali-Assar closed 6 months ago

Ali-Assar commented 6 months ago

Here is the things I've done for pagination:

I edited the database query to support pagination Then I saw home handler use GetPosts so i modified that handler in app.go and at the end I Changed SetupRoutes in app.go