The docs for template interceptor defines the config params property as:
default params to be combined with request.params
The template config params should be a default, as in they can be overwritten by the request.params. However the template config params cannot be overwritten by the request params.
This is the behavior I expected from reading the docs:
The docs for template interceptor defines the config params property as:
The template config params should be a default, as in they can be overwritten by the request.params. However the template config params cannot be overwritten by the request params.
This is the behavior I expected from reading the docs:
This is current behavior: