import Fastify from 'fastify' · const fastify = Fastify({ · logger: true · }) · // Declare a route · get('/', async function handler (request, reply) { · return { ...
確定! 回上一頁