We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be8fec commit 26b826eCopy full SHA for 26b826e
packages/angular/ssr/node/src/handler.ts
@@ -62,7 +62,6 @@ export type NodeRequestHandlerFunction = (
62
* export default createNodeRequestHandler(async (req, res) => {
63
* await app.ready();
64
* app.server.emit('request', req, res);
65
- * res.end('Hello from Fastify with Node Next Handler!');
66
* });
67
* ```
68
*/
0 commit comments