Invalid AWN Request Fixer
All checks were successful
Build and Publish / release (push) Successful in 4m31s

This commit is contained in:
2025-01-29 19:37:23 -05:00
parent cd04beeec6
commit ae53a1d5fd
2 changed files with 19 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ func main() {
HandlerFunc: aw.GetAWNHandlerFunc(ctx),
},
},
CustomListener: ambienthttp.NewLFStrippingListener(ctx,
CustomListener: ambienthttp.NewAWNMutatingListener(ctx,
awConfig.HTTP.Listen), // Necessary to fix certain bad AWN firmware
HealthChecks: []srv.HealthCheckFunc{
// TODO: Implement