McGill-ECSE321-Winter2020 / project-group-01

project-group-01 created by GitHub Classroom
2 stars 5 forks source link

Add comment from Controller #124

Closed ding-ma closed 4 years ago

ding-ma commented 4 years ago

Check Here

I ran the postman tests in this order: 1- Create user 2- Validate user account 3- Login user 4- Create forum 5- Add comment --> this is where it fails

Postman link for the tests

ding-ma commented 4 years ago

Adding to this, if i comment out the saving to forum part, i can manage to return a comment. It is the adding to the forum part that doesn't work