Chat Routes¶
app.routes_chat contains the chat-translation and chat-save HTTP endpoints. Business logic is delegated to app.services.chat_translation.
Chat translation and chat save routes.
This router exposes the chat page’s translation and save endpoints while
delegating the heavy lifting to app.services.chat_translation.