Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 953bf23

Browse files
committed
fix: Chnages protected level of the PROBLEM_MEDIA_TYPE_JSON
1 parent 061402d commit 953bf23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ProblemDetailsDefaults.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace PowerUtils.AspNetCore.ErrorHandler
44
{
5-
internal static class ProblemDetailsDefaults
5+
public static class ProblemDetailsDefaults
66
{
77
public const string PROBLEM_MEDIA_TYPE_JSON = "application/problem+json";
88

0 commit comments

Comments
 (0)