From 2488fa6faca6373d0b3175024aea2ba10cc6b44a Mon Sep 17 00:00:00 2001
From: Alessandro Sassi <alex.95.saxo@gmail.com>
Date: Mon, 5 Jun 2023 16:43:12 +0200
Subject: [PATCH] Update index-checkinswithstreams.mdx

typo fix
---
 .../checkinswithstreams/index-checkinswithstreams.mdx           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/develop/node/node-crash-course/checkinswithstreams/index-checkinswithstreams.mdx b/docs/develop/node/node-crash-course/checkinswithstreams/index-checkinswithstreams.mdx
index 51db284ff3..7eaba40b34 100644
--- a/docs/develop/node/node-crash-course/checkinswithstreams/index-checkinswithstreams.mdx
+++ b/docs/develop/node/node-crash-course/checkinswithstreams/index-checkinswithstreams.mdx
@@ -141,7 +141,7 @@ Then use Postman to POST a checkin. In Postman, open a new request, configure it
 
 ![Checkin Test with Postman](images/xrevrange_checkin_test.png)
 
-Now when you refresh `http://localhost:8081/checkins/latest` in your browser, the values shown should match those that you supplied in Postman.
+Now when you refresh `http://localhost:8081/api/checkins/latest` in your browser, the values shown should match those that you supplied in Postman.
 
 ## External Resources