Laixer / Swabbr-Backend

API backend for the Swabbr application.
2 stars 0 forks source link

Created vlog like functionality according to requirements #237

Closed tabeckers closed 3 years ago

tabeckers commented 3 years ago

This PR introduces functionality for the requirements with regards to the vlog likes. It adds a separate api/vlog-like endpoint for vlog likes and additional functionality for these entities. Note that any old vlog-like endpoints were positioned in the api/vlog endpoint. All this functionality still exists but has simply been moved to the api/vlog-like endpoint. This will be a breaking change for the current application build, but this will soon be updated.

Fixes #236 Fixes #235