Skip to content

Commit

Permalink
Update Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld committed Nov 28, 2024
1 parent 0a4db4f commit 8a357e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/14.-Controllers-&-Composites.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Keep in MInd, that all routes need the same number and names for the parameters.
### Parameters

In case a controller accepts parameters, you have to add the parameters to the route attribute. Parameters are defined
by using '/:parameterName' or '{parameterName}'.
by using ':parameterName' or '{parameterName}'.

To let Nalu inject a parameter from the route into the controller, you have to create a method, which accepts a String
parameter and annotate the method using the `@AcceptParameter("parameterName")` annotation.
Expand Down

0 comments on commit 8a357e4

Please sign in to comment.