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:
parent
d8be4d24a5
commit
c058af2caa
@ -17,6 +17,8 @@ Start this project on Repl.it using <a href='https://repl.it/github/freeCodeCamp
|
||||
|
||||
<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>
|
||||
|
||||
## Tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user