Hi Team,
We have exposed an API in Kyma via API rules. When trying to access the API in browser/postman, it is returning proper response.
API - https://pdp-flask-trial.bcb09e9.kyma.ondemand.com/plant
But it is throwing 404 when accessed via Destination service.

xs-app.json
{ "source": "^/plant(.*)$", "authenticationType": "none", "destination": "pdp-flask-trial" }Kindly let us know how can this be resolved.