Cleanup old unused code and add id sessionId to /api/atc/ptt

This commit is contained in:
leubeem
2026-05-20 14:13:26 +02:00
parent 19162e2d77
commit ea4b1e0b24
4 changed files with 29 additions and 1273 deletions

View File

@@ -18,9 +18,6 @@ export default defineEventHandler(async (event) => {
if (url.pathname.startsWith('/api/copilot/')) {
return
}
if (url.pathname === '/api/decision-flows/runtime') {
return
}
if (event.node.req.method === 'OPTIONS') {
return
}