Skip to content

Commit dca3021

Browse files
authored
Fixing duplication typo in the Nuxt Middleware Guide
1 parent 5f09474 commit dca3021

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/content/guides/2.alokai-essentials/3.alokai-nuxt/3.install-middleware.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ The last step is to run the `middleware` application. In order to help you with
158158
}
159159
```
160160

161+
Let's start the app!
162+
161163
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:
162164

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

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

171-
Let's start the app!
172-
173-
Open your terminal and run the following command:
174-
175-
```bash
176-
npm run dev
177-
```
178-
179173
To test if the `middleware` application is running correctly, open http://localhost:8181/sapcc/getProducts or run the following command in your terminal:
180174

181175
```bash

0 commit comments

Comments
 (0)