You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: