From 16f81587b152a727b37a83364abbba4fcdf10b9c Mon Sep 17 00:00:00 2001 From: CISZEK Anthony Date: Fri, 12 Feb 2021 14:03:03 +0000 Subject: [PATCH] Update index.md Update the Next.js Web App URI to match the deleted greetings (line 528) to access the generated Web App on the correct route (/books). --- distribution/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/index.md b/distribution/index.md index d3982cb2011..e7a3c0a9fbf 100644 --- a/distribution/index.md +++ b/distribution/index.md @@ -833,7 +833,7 @@ docker-compose exec pwa \ generate-api-platform-client ``` -Open `https://localhost/greetings/` in your browser: +Open `https://localhost/books/` in your browser: ![The Next.js Progressive Web App](images/api-platform-2.6-pwa-react.png)