const fastify = require('fastify')() const start = async () => { try { await fastify.register(require('fastify-express')) ...
確定! 回上一頁