Skip to content

Commit

Permalink
[FIX] Add localhost to avoid CORS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaveira3 authored Feb 4, 2019
1 parent 4cfb66b commit 9c6bbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owasp-top10-2017-apps/a5/ecommerce-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c6bbbd

Please sign in to comment.