Skip to content

Add DELETE route for cafeteria comments

Robert Palm requested to merge rapl42/tc-server:delete-comments-route into master
  • Add DELETE /cafeteria/comments/{id} route
  • HTTP 401 on guest users and users who aren't the comment author
  • HTTP 404 if there is no comment with id
  • HTTP 204 on successful deletion

Merge request reports