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.
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 theapi/vlog
endpoint. All this functionality still exists but has simply been moved to theapi/vlog-like
endpoint. This will be a breaking change for the current application build, but this will soon be updated.Fixes #236 Fixes #235