hngprojects / hng_boilerplate_golang_web

Apache License 2.0
77 stars 49 forks source link

Fix: moved struct in create help center service #347

Closed uloamaka closed 1 month ago

uloamaka commented 1 month ago

Description

​Moved the help center struct to the model files. to match the code base structure

Related Issue (Link to Github issue)

How Has This Been Tested?

​The test covers creating a help center topic, by passing the correct request body.

Screenshots (if appropriate - Postman, etc):

Screenshot (372)

Types of changes