Skip to content

Commit e6daae7

Browse files
ajeetrainadvdksn
andauthored
Update content/guides/use-case/wiremock.md
Co-authored-by: David Karlsson <[email protected]>
1 parent d3e870e commit e6daae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/use-case/wiremock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Follow the steps to setup a non-containerized Node application:
219219
220220
This indicates that your Node.js application is now successfully routing requests to the WireMock container and receiving the mocked responses
221221
222-
You might have noticed that you’re trying to use `http://localhost:5000` as the URL instead of port `8080`. This is because your Node.js application is running on port `5000`, and it's routing requests to the WireMock container that's listening on port `8080`.
222+
You might have noticed that you’re trying to use `http://localhost:5001` as the URL instead of port `8080`. This is because your Node.js application is running on port `5001`, and it's routing requests to the WireMock container that's listening on port `8080`.
223223

224224
> [!TIP]
225225
> Before you proceed to the next step, ensure that you stop the node application service.

0 commit comments

Comments
 (0)