Typo fixed in node.mdx
(#7465)
This commit is contained in:
parent
8e3cb20b5c
commit
409734a9af
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ app.use((req, res, next) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
ssrHandler(req, res, next, locals);
|
ssrHandler(req, res, next, locals);
|
||||||
);
|
});
|
||||||
|
|
||||||
app.listen(8080);
|
app.listen(8080);
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue