When using articleList, the URL needs to be http://localhost:1480/article-list rather than http://localhost:1480/articles – so either the constant name needs to be changed, or the docs should tell you to go to http://localhost:1480/article-list I guess.
Hi @josefrichter, thank you for your contribution. Your PR is correct, but We've decided to only change /articles to /article-list in order to minimise possible impacts. You can see PR #43.
When using
articleList
, the URL needs to behttp://localhost:1480/article-list
rather thanhttp://localhost:1480/articles
– so either the constant name needs to be changed, or the docs should tell you to go tohttp://localhost:1480/article-list
I guess.