0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

Typo fixed in node.mdx (#7465)

This commit is contained in:
Waxer59 2023-06-26 05:34:56 +02:00 committed by GitHub
parent 5490091e1a
commit 603ebd8934

View file

@ -137,7 +137,7 @@ app.use((req, res, next) => {
};
ssrHandler(req, res, next, locals);
);
});
app.listen(8080);
```