added endpoint documentation

This commit is contained in:
Leon Hoppe
2024-11-22 12:20:33 +01:00
parent 2bc8a5d70b
commit 16ef41800d
4 changed files with 56 additions and 2 deletions

View File

@@ -30,4 +30,4 @@ They help you sending the right `HttpStatusCode` with the right data.
return LogicResult<string>.Ok("Hello, World!");
}
```
**Hint:** You can also provide an error message for status codes that are not in the 200 range.
> **Hint:** You can also provide an error message for status codes that are not in the 200 range.