capstone-stayOrGo / stayOrGo-server

0 stars 0 forks source link

User post refactor #42

Closed nlj77 closed 2 years ago

nlj77 commented 2 years ago

Changes/Features

Updates the Twilio Facade with a Rescue Handler in case of unverified phone number.

Fixes

Solves 500 error when passing through an unverified phone number in a post request.

Issues to be addressed

In production, this problem would not occur, given we're using the free version of Twilio.

MaryT573 commented 2 years ago

great job!