Closed HighSoftWare96 closed 4 years ago
After defining a route with file upload like described here the response of these endpoints are always wrapped inside an array by the gateway.
The only workaround possible is to create an onAfterCall and returning the first element of the response array since the bug is inside the gateway.
onAfterCall
After defining a route with file upload like described here the response of these endpoints are always wrapped inside an array by the gateway.
The only workaround possible is to create an
onAfterCall
and returning the first element of the response array since the bug is inside the gateway.