sublinks / sublinks-api

MIT License
68 stars 17 forks source link

Refactor PostController and remove 'markAsRead' functionality #402

Closed Pdzly closed 1 month ago

Pdzly commented 1 month ago

This commit modifies the PostController to enforce REST standards more strictly and improve code readability. The 'markAsRead' endpoint was removed and the code base was refactored with an emphasis on clarity and order. The handling of community posts was also improved.

Fixes #391