From 2a7ec9223dbf5231aecda81268bb909ec69fa212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Samaille?= Date: Mon, 29 Apr 2024 12:02:57 +0200 Subject: [PATCH] Update index.md --- docs/labs/inventory-app/inventory-bff/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/labs/inventory-app/inventory-bff/index.md b/docs/labs/inventory-app/inventory-bff/index.md index 0f96bb7..5517aef 100644 --- a/docs/labs/inventory-app/inventory-bff/index.md +++ b/docs/labs/inventory-app/inventory-bff/index.md @@ -185,7 +185,7 @@ by a component and provide a good way to load the modules that will be injected - Once you run the application, Gitpod gives the option to make the port **Public**, in the bottom-right corner.Once you make the port Public, it gives you the option to **Open Preview** or **Open Browser**. === "Desktop/Laptop" - - Open a browser to `http://localhost:3000/api-docs` to see the swagger page + - Open a browser to `http://localhost:3000` to see the app - Expand our service from the list, click `Try it out`, then click `Execute` @@ -426,7 +426,7 @@ into javascript and to put the business logic in a separate service component. - Once you run the application, Gitpod gives the option to make the port **Public**, in the bottom-right corner.Once you make the port Public, it gives you the option to **Open Preview** or **Open Browser**. === "Desktop/Laptop" - - Open a browser to `http://localhost:3000/api-docs` to see the swagger page + - Open a browser to `http://localhost:3000` to see the app - Expand our service from the list, click `Try it out`, then click `Execute`