File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const cardAppender = (selector) => {
2323 // TASK 6
2424 // ---------------------
2525 // Implement this function that takes a css selector as its only argument.
26- // It should obtain articles from this endpoint: `http://localhost:5000 /api/articles` (test it with console.log!!).
26+ // It should obtain articles from this endpoint: `http://localhost:5001 /api/articles` (test it with console.log!!).
2727 // However, the articles do not come organized in a single, neat array. Inspect the response closely!
2828 // Create a card from each and every article object in the response, using the Card component.
2929 // Append each card to the element in the DOM that matches the selector passed to the function.
You can’t perform that action at this time.
0 commit comments