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