From 538f1d67c855bb3f499fc0e16dd505c779fb28bd Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 26 Dec 2024 16:39:29 +0300 Subject: [PATCH] fix: change the link to the error type --- .../Core/Middleware/CustomExceptionHandlerMiddleware.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Endpoint/Configuration/Core/Middleware/CustomExceptionHandlerMiddleware.cs b/Endpoint/Configuration/Core/Middleware/CustomExceptionHandlerMiddleware.cs index 23c848b..ad6cca5 100644 --- a/Endpoint/Configuration/Core/Middleware/CustomExceptionHandlerMiddleware.cs +++ b/Endpoint/Configuration/Core/Middleware/CustomExceptionHandlerMiddleware.cs @@ -34,7 +34,7 @@ public class CustomExceptionHandlerMiddleware(RequestDelegate next, ILogger