hngprojects / hng_boilerplate_golang_web

Apache License 2.0
77 stars 49 forks source link

fix: standardized response parameter #345

Closed Ajinx1 closed 1 month ago

Ajinx1 commented 1 month ago

Description

This PR updates the response body structure of the request to ensure consistency and conformity across the entire application. The changes aim to standardize how responses are formatted, making them easier to understand, consume, and same format with other teams.

Key Changes:

Types of changes