hngprojects / hng_boilerplate_php_laravel_web

Apache License 2.0
148 stars 58 forks source link

fix:return correct response for all articles #601

Closed RaphAlemoh closed 2 weeks ago

RaphAlemoh commented 2 weeks ago

Description

This pull request implements fix for the response for get all articles by an authenticated and authorised user. This endpoint uses the getmethod and ensures the user fill in the required fields. ​

Related Issue (Link to Github issue)

Feature #867 ​ Endpoints GET /api/v1/help-center/topics

Enable updating creation of help-center topics

How Has This Been Tested?

Former response image

Screenshots (if appropriate - Postman, etc):

image

Types of changes