fastify.addHook('onRequest', async (request, reply) => { try { await request.jwtVerify() } catch (err) { reply.send(err) } }).
確定! 回上一頁