Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NoeSamaille committed Apr 29, 2024
1 parent 70fdd84 commit 2a7ec92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/labs/inventory-app/inventory-bff/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down

0 comments on commit 2a7ec92

Please sign in to comment.