GO
Size: a a a
h
GO
ДК
h
АП
GO
h
h
М
М
BC
app.use('/api/api/workstation/traverse', proxy(config.backend_url, {
userResDecorator(proxyRes, proxyResData, userReq, userRes) {
data = JSON.parse(proxyResData.toString('utf8'));
data.newProperty = 'exciting data';
return JSON.stringify(data);
}
}))M
ПП
M
M

I