From 67b869cdcc7505fa2aac8d5e43ddbeb2d32d33cf Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 1 Jul 2023 13:02:26 +0100 Subject: [PATCH] docs(sample/31): fix wrong port number in README --- sample/31-graphql-federation-code-first/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/31-graphql-federation-code-first/README.md b/sample/31-graphql-federation-code-first/README.md index bbe0acfd80a..2743338c4cb 100644 --- a/sample/31-graphql-federation-code-first/README.md +++ b/sample/31-graphql-federation-code-first/README.md @@ -20,7 +20,7 @@ cd gateway && npm run start ## Access the graph -You can reach the gateway under `http://localhost:3002/graphql` +You can reach the gateway under `http://localhost:3001/graphql` ## Query a combined graph