Skip to content

Commit 25ae1a8

Browse files
committed
fix (docs): update the /ping endpoint example from README
1 parent 20f3266 commit 25ae1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ curl localhost:8085/health
125125
# =================================
126126

127127
# 2. Ping endpoint
128-
curl localhost:8085/ping/abc
128+
curl localhost:8085/ping/foo
129129
# Response:
130130
# {"message":"Pong from foo!"}
131131

0 commit comments

Comments
 (0)