Skip to content

Commit 585e802

Browse files
committed
chore(web-basics): update produce-consume challenge
Signed-off-by: Gabriel Mocanu <gabi.mocanu98@gmail.com>
1 parent abc257c commit 585e802

File tree

1 file changed

+1
-1
lines changed
  • chapters/web-application-security/web-basics/drills/produce-consume/sol

1 file changed

+1
-1
lines changed

chapters/web-application-security/web-basics/drills/produce-consume/sol/solution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ then
66
url='http://127.0.0.1:'$PORT
77
elif [[ $1 == "remote" ]] && [[ -z $2 ]]
88
then
9-
url='http://141.85.224.118:'$PORT
9+
url='http://141.85.224.101:'$PORT
1010
else
1111
url=$1':'$2
1212
fi

0 commit comments

Comments
 (0)