NIAEFEUP / nijobs-be

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

Change Offer Edit Endpoint URL #317

Open Naapperas opened 1 year ago

Naapperas commented 1 year ago

The current URL for editing offers is of the form /offers/edit/:id while all others are of the form offers/:id/action. For the sake of consistency we should change the edit offer URL.

Since this could be a breaking change, only work on this for a new major release of the Backend API.