lujakob/nestjs-realworld-example-app

'articles' routes order

Linjovi opened this issue · 1 comments

"/articles/feed" will never get called because this request is going to be captured by the "/articles/:slug" route handler. Maybe this route should be registered before "/articles/:slug".

This was broken, correct. Thanks for pointing it out :)