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