VK
Size: a a a
VK
О
К
К
О
К
VK
О
К
MR
О
MR

К
const { createProxyMiddleware } = require('http-proxy-middleware');
module.exports = function (app) {
app.use(
'/api',
createProxyMiddleware({
target: 'http://localhost:8000/',
changeOrigin: true,
})
);
};M
О
const { createProxyMiddleware } = require('http-proxy-middleware');
module.exports = function (app) {
app.use(
'/api',
createProxyMiddleware({
target: 'http://localhost:8000/',
changeOrigin: true,
})
);
};К
О
О
К