Skip to content

Commit 0c894f9

Browse files
Merge pull request #756 from DuendeSoftware/mb/fix
Fix
2 parents dda4b82 + 316161f commit 0c894f9

File tree

1 file changed

+1
-3
lines changed
  • src/content/docs/bff/extensibility/management

1 file changed

+1
-3
lines changed

src/content/docs/bff/extensibility/management/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,4 @@ public interface IBffEndpointService
3838

3939
None of the endpoint services contain additional members beyond *ProcessRequestAsync*.
4040

41-
You can customize the behavior of the endpoints either by implementing the appropriate interface or by extending the default implementation of that interface. In many cases, extending the default implementation is preferred, as this allows you to keep most of the default behavior by calling the base *ProcessRequestAsync* from your derived class. Several of the default endpoint service implementations also define virtual methods that can be overridden to customize their behavior with more granularity. See the following pages for details on those extension points.
42-
43-
TODO LIST CHILDREN HERE
41+
You can customize the behavior of the endpoints either by implementing the appropriate interface or by extending the default implementation of that interface. In many cases, extending the default implementation is preferred, as this allows you to keep most of the default behavior by calling the base *ProcessRequestAsync* from your derived class. Several of the default endpoint service implementations also define virtual methods that can be overridden to customize their behavior with more granularity.

0 commit comments

Comments
 (0)