ucsb-cs156-f23 / team03-f23-5pm-3

https://ucsb-cs156-f23.github.io/team03-f23-5pm-3/
0 stars 0 forks source link

ky - fixed recommendation request form and table errors #116

Closed kellyyan closed 11 months ago

kellyyan commented 11 months ago

RecommendationRequest controller was listening for the route "/recommendationrequests" whereas the pages were sending requests to "recommendationrequest". Was getting a generic 404 error message from Axios. Issue is fixed now.