mirror of
https://github.com/zuiidea/antd-admin.git
synced 2024-04-21 12:32:14 +00:00
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
export default {
|
|
'/api/v1/weather': {
|
|
target: 'https://api.seniverse.com/',
|
|
changeOrigin: true,
|
|
pathRewrite: { '^/api/v1/weather': '/v3/weather' },
|
|
},
|
|
}
|