Skip to content

Commit 78c38d6

Browse files
committed
docs: fix route path
1 parent 4d00afc commit 78c38d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workshop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ module.exports = {
10841084
10851085
Now that the heavy lifting is already done in the services, our last step is to add the routes to the Express app.
10861086
1087-
Open the `packages/gateway-api/index.js` file and replace the content with this:
1087+
Open the `packages/gateway-api/routes/index.js` file and replace the content with this:
10881088
10891089
```js
10901090
const express = require('express');

0 commit comments

Comments
 (0)