SE701-T1 / backend

Class Buddy Matcher - Group project for SOFTENG 701 Team 1 (Backend).
MIT License
3 stars 24 forks source link

Endpoint implementation for unblocking blocked users #158

Closed hiin3d55 closed 2 years ago

hiin3d55 commented 2 years ago

Description

Fixed #152. Implemented the endpoint that unblocks a blocked user. Unblocking an user removes the them from the Blocked_Buddies table.

How has this been tested?

By integration test. UserControllerIntegrationTest.unblockUser() was used to test.

Screenshots

Checklist