🗑️(convert) cleanup old content route

Remove rout /api/content, there is no more controller behind and is not
used anymore.
This commit is contained in:
Sylvain Zimmer
2025-07-24 14:52:16 +02:00
committed by Manuel Raynaud
parent 80a62bcbc1
commit 25783182b8

View File

@@ -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/',
};