Skip to content

Commit

Permalink
feat(uninvited): update broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo committed Dec 18, 2023
1 parent b5230d1 commit a095b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subjects/uninvited/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ curl -X POST localhost:5000/Ronaldinho -H "Content-Type: application/json" -d '{

- [HTTP protocol](https://developer.mozilla.org/en-US/docs/Web/HTTP)
- [HTTP Status Codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)
- [Node http package: createServer](https://nodejs.org/en/knowledge/HTTP/servers/how-to-create-a-HTTP-server/)
- [How to read POST data](https://nodejs.org/en/knowledge/HTTP/servers/how-to-read-POST-data/)
- [Node http package: createServer](https://nodejs.org/api/http.html#httpcreateserveroptions-requestlistener)
- [How `fetch` data](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch)

### Provided files

Expand Down

0 comments on commit a095b4d

Please sign in to comment.