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 71bd63b commit 09bcc25Copy full SHA for 09bcc25
1 file changed
examples/x.js
@@ -31,4 +31,4 @@ fastify.get('/login/x/callback', async function (request, reply) {
31
reply.send({ access_token: token.access_token })
32
})
33
34
-fastify.listen({ port: 3000 })
+fastify.listen({ port: 3000 })
0 commit comments