Skip to content

Commit

Permalink
fixup! easier option for hiding controller methods
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed Apr 27, 2020
1 parent a371caf commit 012f10d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/spikes/2020-04-how-to-migrate-lb3-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,11 @@ We can approach this incrementally:

2. Find & document a solution for configurable REST APIs.

An idea to consider: instead of adding/removing individual controller methods
depending on the configuration, we can tell developers to add or remove the
entire controller classes. That's already easy to achieve by adding or not
adding a controller class to `this.controllers` array.

**The following content is based on the assumption that such documentation
already exists.**

Expand Down

0 comments on commit 012f10d

Please sign in to comment.