Spaces:
Running
Running
| ; | |
| module.exports = async function (fastify, opts) { | |
| fastify.get("/", async function (request, reply) { | |
| return { root: true }; | |
| }); | |
| }; | |