From 9c6bbbd525271dda4001bdcb27966108119aeb58 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Date: Sun, 3 Feb 2019 22:15:12 -0200 Subject: [PATCH] [FIX] Add localhost to avoid CORS errors --- owasp-top10-2017-apps/a5/ecommerce-api/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owasp-top10-2017-apps/a5/ecommerce-api/Makefile b/owasp-top10-2017-apps/a5/ecommerce-api/Makefile index ebf65196d..3d4fd615c 100644 --- a/owasp-top10-2017-apps/a5/ecommerce-api/Makefile +++ b/owasp-top10-2017-apps/a5/ecommerce-api/Makefile @@ -59,7 +59,7 @@ msg: printf "${COLOR_YELLOW}SecDevLabs: 👀 Your app is still starting...\n${COLOR_RESET}" sleep ${SLEEPUNTILAPPSTARTS} printf "${COLOR_GREEN}SecDevLabs: ☕️ Hmmm... Sounds good!\n" - printf "SecDevLabs: 🔥 ${PROJECT} may be running at ${COLOR_RESET}${COLOR_RED}http://127.0.0.1:${PORT}${COLOR_RESET}\n" + printf "SecDevLabs: 🔥 ${PROJECT} may be running at ${COLOR_RESET}${COLOR_RED}http://localhost:${PORT}${COLOR_RESET}\n" ## Prints help message