We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae44109 commit b7406e9Copy full SHA for b7406e9
examples/custom-server-fastify/server.js
@@ -11,7 +11,7 @@ app.prepare()
11
const server = fastify()
12
13
server.get('/a', (req, res) => {
14
- return app.render(req.req, res.res, '/b', req.query)
+ return app.render(req.req, res.res, '/a', req.query)
15
})
16
17
server.get('/b', (req, res) => {
0 commit comments