API: Add feedback form controller #205
Labels
good first issue
Good for newcomers
scope: api
Everything related to the API
type: enhancement
New feature or request
Description
We need to store feedbacks that users will post from our website. We will need to add a controller in the API layer to make this possible.
Solution
feedback
registerFeedback(feedback: string)
POST
mapping in the feedback controller. The controller will be mapped under/api/feedback
@Public()
feedback
isn't null. Then, email[email protected]
the feedback message. You can use theMailService
class. You will need to add a method to this class, the interface, and the mock implementation.feedback.e2e.spec.ts
The text was updated successfully, but these errors were encountered: