You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
615 B

6 months ago
"use strict";
var _a, _b;
exports.__esModule = true;
exports["default"] = {
dev: {
// localhost:8000/api/** -> https://preview.pro.ant.design/api/**
'/api': {
target: 'https://seller-api-dev.bkbackground.com/',
changeOrigin: true,
pathRewrite: (_a = {},
_a['^/api'] = '/',
_a)
},
'/bkbupload': {
target: 'https://upload-service-dev.bkbackground.com/',
changeOrigin: true,
pathRewrite: (_b = {},
_b['^/bkbupload'] = '/',
_b)
}
}
};