sublinks / sublinks-api

MIT License
74 stars 18 forks source link

Implement comment deletion functionality #317

Closed Pdzly closed 5 months ago

Pdzly commented 5 months ago

The CommentController now has the proper functionality for comment deletion. This includes fetching the comment, marking it as deleted, and updating it in the database. Additionally, a few unnecessary import statements from other repositories within the application have been removed.