From 25783182b80d9f404c46dcd8db317bb5d673ca24 Mon Sep 17 00:00:00 2001 From: Sylvain Zimmer Date: Thu, 24 Jul 2025 14:52:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F(convert)=20cleanup=20old?= =?UTF-8?q?=20content=20route?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove rout /api/content, there is no more controller behind and is not used anymore. --- src/frontend/servers/y-provider/src/routes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/servers/y-provider/src/routes.ts b/src/frontend/servers/y-provider/src/routes.ts index 4c5d8ca2..5bb73365 100644 --- a/src/frontend/servers/y-provider/src/routes.ts +++ b/src/frontend/servers/y-provider/src/routes.ts @@ -2,6 +2,5 @@ export const routes = { COLLABORATION_WS: '/collaboration/ws/', COLLABORATION_RESET_CONNECTIONS: '/collaboration/api/reset-connections/', CONVERT: '/api/convert/', - CONTENT: '/api/content/', COLLABORATION_GET_CONNECTIONS: '/collaboration/api/get-connections/', };