api icon indicating copy to clipboard operation
api copied to clipboard

Every handler needs to inject the config even if is not needed

Open pinclau opened this issue 5 months ago • 5 comments

Every new handler needs to inject the config in order to work, even if you create a simple handler for outputing a simple get response. This is because the method isGetCollectionRequest from HandlerTrait request it.

I think this is related to #269

pinclau avatar Sep 06 '24 13:09 pinclau