Skip to content

Commit c6bc8dd

Browse files
authored
Update card.js
1 parent 6b3ddb1 commit c6bc8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)