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.
Having recently modified the back-end endpoint
/offers/company/:companyIdto/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
fetchCompanyOffersfunction within the CompanyOfferService.js file.