Point bridge download to GitHub

This commit is contained in:
Remi
2025-09-24 00:01:00 +02:00
parent 4b859f6998
commit b756bf2ea6
7 changed files with 709 additions and 0 deletions

View File

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