From c058af2caacc8b9d71723c1c77841665c7d28a5f Mon Sep 17 00:00:00 2001 From: Shaun Hamilton <51722130+Sky020@users.noreply.github.com> Date: Tue, 3 Nov 2020 15:06:07 +0000 Subject: [PATCH] feat(learn): add url-shortener instructions (#40162) * feat(learn): add url-shortener instructions * capatalise post word Co-authored-by: Nicholas Carrigan (he/him) * remove sentence with external link Co-authored-by: Nicholas Carrigan (he/him) --- .../url-shortener-microservice.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/url-shortener-microservice.md b/curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/url-shortener-microservice.md index 7ca7105e30..0ac4ffd09f 100644 --- a/curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/url-shortener-microservice.md +++ b/curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/url-shortener-microservice.md @@ -17,6 +17,8 @@ Start this project on Repl.it using +**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. + ## Tests