In order to extend this route using prepared ( ), what should the developer consider?

A controller route in the SFRA base looks as follows:

In order to extend this route using prepared ( ), what should the developer consider?
A . Specify any middleware functions needed for the new functionality.
B. Specify any middleware functions needed for the new functionality using only those called by the base route.
C. Remove next ( ); on the new route so only the route’s middleware functions execute.

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments