// import fastify const fastify = require("fastify"); // create the server object const server = fastify({ logger: true }); // example route ...
確定! 回上一頁