fix: verificar se adicionar error a home dá certo
All checks were successful
Deploy QR Rapido / test (push) Successful in 26s
Deploy QR Rapido / build-and-push (push) Successful in 7m14s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Successful in 2m56s

This commit is contained in:
Ricardo Carneiro 2025-08-12 21:54:10 -03:00
parent fc02c22f40
commit 0fb14e6f14

View File

@ -68,7 +68,7 @@ namespace QRRapidoApp.Middleware
"favicon.ico", "robots.txt", "sitemap.xml",
"signin-microsoft", "signin-google", "signout-callback-oidc",
"Account/ExternalLoginCallback", "Account/Logout", "Pagamento/CreateCheckout",
"Pagamento/StripeWebhook", "api/QR"
"Pagamento/StripeWebhook", "api/QR", "Home/Error"
};
return specialRoutes.Any(route => path.StartsWith(route, StringComparison.OrdinalIgnoreCase));