krgamestudios / news-server

An API centric news server.
zlib License
2 stars 1 forks source link

Edits and deletions should be relative to the beginning. #8

Closed Ratstail91 closed 2 months ago

Ratstail91 commented 2 years ago

Currently, DELETE https://dev-news.krgamestudios.com/news/1 will delete the news article with index 1. Instead, it should delete the most recent, non-zero indexed.

Edit: Don't forget to adjust the MERN-template to compensate for this change.

Ratstail91 commented 2 months ago

Is this a necessary change? I'm not sure anymore, so closing.