Skip to content

Commit 26b826e

Browse files
committed
docs: fix up createNodeRequestHandler examples
1 parent 0be8fec commit 26b826e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/angular/ssr/node/src/handler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export type NodeRequestHandlerFunction = (
6262
* export default createNodeRequestHandler(async (req, res) => {
6363
* await app.ready();
6464
* app.server.emit('request', req, res);
65-
* res.end('Hello from Fastify with Node Next Handler!');
6665
* });
6766
* ```
6867
*/

0 commit comments

Comments
 (0)