How to bypass Interceptors for a specific resource in a Ballerina Service?
I have a Ballerina HTTP service with several interceptors added. This service has multiple resources, and for a specific resource, I want to bypass the interceptors.
How to bypass Interceptors for a specific resource in a Ballerina Service?
I have a Ballerina HTTP service with several interceptors added. This service has multiple resources, and for a specific resource, I want to bypass the interceptors.