From 526e3fcee689551b876f868333b76c1f4f534de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique?= Date: Fri, 20 Jun 2025 23:33:50 -0300 Subject: [PATCH] name --- content/posts/error-handling-dotnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/error-handling-dotnet.md b/content/posts/error-handling-dotnet.md index feae44e..215251b 100644 --- a/content/posts/error-handling-dotnet.md +++ b/content/posts/error-handling-dotnet.md @@ -1,5 +1,5 @@ --- -title: "Error Handling Dotnet" +title: ".NET - Proper API error handling" date: 2024-06-20T20:00:06-03:00 draft: false summary: "Because returning stack traces isn't secure."