mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-11 12:05:33 +08:00
simbrief gefixt
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user