Skip to content

Commit 598aed5

Browse files
committed
Case sensitive
1 parent 6bd5aa8 commit 598aed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tester.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ while true; do
3131
sleep 1
3232
curl -s -o /dev/null http://localhost:8081/vets
3333
sleep 1
34-
curl -s -o /dev/null http://localhost:8081/vets/carter
34+
curl -s -o /dev/null http://localhost:8081/vets/Carter
3535
sleep 1
3636
# curl -s -o /dev/null http://localhost:8081/oups
3737
# sleep 1

0 commit comments

Comments
 (0)