You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having this interesting issue where I have this handler which returns json normally but on certain condition there's requirement where I need to return html response back. Therefore in my handler I need to figure out when to return json and when to return html response. I naively tried :
I'm having this interesting issue where I have this handler which returns json normally but on certain condition there's requirement where I need to return html response back. Therefore in my handler I need to figure out when to return json and when to return html response. I naively tried :
but seems the output formatters are overriding this. Any ideas how to solve it ?
The text was updated successfully, but these errors were encountered: