Skip to content

Commit 31974be

Browse files
committed
Another doc tweak
1 parent 1753078 commit 31974be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/endpoints.md

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

33
Foundatio Mediator automatically generates ASP.NET Core Minimal API endpoints from your handlers. Write your handlers as plain message-in/result-out methods, call `.MapMediatorEndpoints()`, and you have a fully functional API — with smart route conventions, HTTP method inference, and OpenAPI metadata — all without writing a single controller or endpoint definition.
44

5-
Because your handler logic is completely decoupled from HTTP, it's trivially testable: just send a message through the mediator and assert the result. The endpoint layer is a thin, generated projection that you never maintain by hand.
5+
Because your handler logic is completely decoupled from HTTP, it's trivially testable: just call the handler directly and assert the result. The endpoint layer is a thin, generated projection that you never maintain by hand.
66

77
## Quick Start
88

0 commit comments

Comments
 (0)