fix: build
All checks were successful
Deploy QR Rapido / test (push) Successful in 58s
Deploy QR Rapido / build-and-push (push) Successful in 14m17s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Successful in 2m55s

This commit is contained in:
Ricardo Carneiro 2026-02-15 21:11:48 -03:00
parent 7dccfc10f0
commit e523ade864

View File

@ -46,7 +46,8 @@ namespace QRRapidoApp.Middleware
// Supported: pt-BR (Default/Canonical) // Supported: pt-BR (Default/Canonical)
if (string.Equals(firstSegment, "pt-BR", StringComparison.OrdinalIgnoreCase)) if (string.Equals(firstSegment, "pt-BR", StringComparison.OrdinalIgnoreCase))
{ {
return RedirectToCanonical(context, segments); RedirectToCanonical(context, segments);
return;
} }
// Supported: es-PY // Supported: es-PY