NIAEFEUP / nijobs-fe

[FRONTEND] A platform for companies to advertise their job opportunities to students
GNU General Public License v3.0
23 stars 3 forks source link

Change endpoint /offers/company/:companyId to /company/:id/offers #334

Open FranciscoCardoso913 opened 5 months ago

FranciscoCardoso913 commented 5 months ago

Having recently modified the back-end endpoint /offers/company/:companyId to /company/:id/offers, we must update the front-end services to ensure that the requests align with this new endpoint. To achieve this, we must adjust the fetchCompanyOffers function within the CompanyOfferService.js file.