mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-20 05:26:57 +08:00
13 lines
213 B
TypeScript
13 lines
213 B
TypeScript
export default {
|
|
dev: {
|
|
'/api/': {
|
|
target: 'http://127.0.0.1:9080',
|
|
changeOrigin: true,
|
|
},
|
|
'/aibi/api/': {
|
|
target: 'http://127.0.0.1:9080',
|
|
changeOrigin: true,
|
|
},
|
|
},
|
|
};
|