Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing duplication typo in the Nuxt Middleware Guide #7366

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ The last step is to run the `middleware` application. In order to help you with
}
```

Let's start the app!

Now you can run the `middleware` application by running the following command from the root directory. Go to the root directory and run the following command:

```bash
Expand All @@ -168,14 +170,6 @@ This will start both the Nuxt application and the `middleware` application.

![Nuxt and Middleware Running](./images/nuxt-starter-3.webp)

Let's start the app!

Open your terminal and run the following command:

```bash
npm run dev
```

To test if the `middleware` application is running correctly, open http://localhost:8181/sapcc/getProducts or run the following command in your terminal:

```bash
Expand Down