Hi,
I am developing a custom external plugin in React.
Is it necessary to always call our backend service apis from plugin-server, and then call the plugin-server path from plugin-public?
Do I always have to map response from api to Kibana response?
Thanks