fix: build
This commit is contained in:
parent
7dccfc10f0
commit
e523ade864
@ -46,7 +46,8 @@ namespace QRRapidoApp.Middleware
|
||||
// Supported: pt-BR (Default/Canonical)
|
||||
if (string.Equals(firstSegment, "pt-BR", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return RedirectToCanonical(context, segments);
|
||||
RedirectToCanonical(context, segments);
|
||||
return;
|
||||
}
|
||||
|
||||
// Supported: es-PY
|
||||
|
||||
Loading…
Reference in New Issue
Block a user