100devs / course-tracker

A course-tracker for 100Devs
26 stars 9 forks source link

added endpoints to get all posts, get all published posts and get a post by id with admin check #69

Closed TelescopeThieves closed 3 years ago

TelescopeThieves commented 3 years ago

Created a separate route and controller for GET requests. Let us know if you prefer to have these in the postRoutes. We thought maybe it made more sense since these endpoints don't modify the documents.