fix build

This commit is contained in:
fuomag9
2025-11-07 09:37:50 +01:00
parent 664d420ec2
commit e57d3c3da0
+2 -2
View File
@@ -409,7 +409,7 @@ function buildProxyRoutes(
if (authentik) {
// Build handle_response routes for copying headers on 2xx status
const handleResponseRoutes = [
const handleResponseRoutes: Record<string, unknown>[] = [
{
handle: [{ handler: "vars" }]
}
@@ -426,7 +426,7 @@ function buildProxyRoutes(
[headerName]: [`{http.reverse_proxy.header.${headerName}}`]
}
}
}
} as Record<string, unknown>
],
match: [
{