sublinks / sublinks-api

MIT License
74 stars 18 forks source link

Refactor PostController and remove 'markAsRead' functionality #402

Closed Pdzly closed 6 months ago

Pdzly commented 6 months 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