diff --git a/backend/src/routes/index.ts b/backend/src/routes/index.ts index 4109c7b..36d14bd 100644 --- a/backend/src/routes/index.ts +++ b/backend/src/routes/index.ts @@ -20,7 +20,6 @@ routes.use(contactRoutes); routes.use(ticketRoutes); routes.use(whatsappRoutes); routes.use(messageRoutes); -routes.use(messageRoutes); routes.use(whatsappSessionRoutes); routes.use(queueRoutes); routes.use(quickAnswerRoutes);