@ -106,7 +106,7 @@ fastify.register(async function (fastify: Fastify) {
})
/* Route pour créer une room */
fastify.get(
fastify.post(
"/live",
async (request, reply) => {
return generateId();