10 lines
250 B
Bash
10 lines
250 B
Bash
echo "start test of frontend"
|
|
curl localhost:3000/llen
|
|
curl localhost:3000/llen
|
|
curl localhost:3000/llen
|
|
curl localhost:3000/llen
|
|
curl localhost:3000/llen
|
|
curl localhost:3000/llen
|
|
x=`curl localhost:3000/llen`
|
|
echo "done testing frontend result = $x"
|