Walk-Safe / walk-safe-backend

0 stars 0 forks source link

Twilio500 #59

Closed joemecha closed 3 years ago

joemecha commented 3 years ago

Description

When we sent text messages from the back end, a 500 error and "stack too deep" message was the result even though Twilio could successfully send the message.

We built out the controller with poro and serializer to handle this RESTful route.

Happy path is working, but more needs to be done to get the error message we declared to be passed to the front end.

Motivation and Context

Correct the http status returned in response

How has this been tested?

On localhost using postman

What is the percent testing coverage?

93%

Screenshots (if appropriate):

Types of changes

Checklist: