This commit is contained in:
itsrubberduck
2025-10-12 15:42:18 +02:00
27 changed files with 3211 additions and 2501 deletions

View File

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