feat(learn): add url-shortener instructions (#40162)
* feat(learn): add url-shortener instructions * capatalise post word Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com> * remove sentence with external link Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
This commit is contained in:
@ -17,6 +17,8 @@ Start this project on Repl.it using <a href='https://repl.it/github/freeCodeCamp
|
|||||||
|
|
||||||
<section id='instructions'>
|
<section id='instructions'>
|
||||||
|
|
||||||
|
**HINT:** Do not forget to use a body parsing middleware to handle the POST requests. Also, you can use the function `dns.lookup(host, cb)` from the `dns` core module to verify a submitted URL.
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
Reference in New Issue
Block a user