You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This library is an ad hoc code customization used in my private/work projects th
6
6
7
7
## How to use ?
8
8
9
-
A full example is available in the CustomLibrary.ProblemDetails.Sample folder or click [here]().
9
+
A full example is available in the CustomLibrary.ProblemDetails.Sample folder or click [here](https://github.com/AngeloDotNet/CustomLibrary.ProblemDetails/blob/main/src/CustomLibrary.ProblemDetails.Sample).
10
10
11
11
>**Note:** For correct operation it is necessary to add ***services.AddProblemDetails();*** and ***app.UseProblemDetails();*** to the Program class or in the Startup class
0 commit comments