alexandria-reader/backend

Inconsistent translation returns

eamon0989 opened this issue · 0 comments

When deleting a translation, I should receive back either a 204 or the deleted object. Instead I am receiving the results of the database query.

Also when updating a translation, I should get back just the updated translation object, but I am getting back the database query results.