chore: resolve merge conflicts from main into release/v3.7.2

This commit is contained in:
diegosouzapw
2026-04-28 02:53:34 -03:00
55 changed files with 540 additions and 536 deletions

View File

@@ -87,7 +87,7 @@ export async function GET() {
const response = await fetch(customFaviconUrl, {
signal: controller.signal,
headers: {
"User-Agent": "OmniRoute/1.0",
"User-Agent": "OmniRoute/2.0",
},
});
clearTimeout(timeoutId);