simbrief gefixt

This commit is contained in:
itsrubberduck
2026-05-06 15:43:05 +02:00
parent 50fe1e34ca
commit 971fff388c
2 changed files with 16 additions and 3 deletions

View File

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