mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 22:25:19 +00:00
17 lines
309 B
TypeScript
17 lines
309 B
TypeScript
export default {
|
|
dev: {
|
|
'/api/chat/': {
|
|
target: 'http://localhost:9080',
|
|
changeOrigin: true,
|
|
},
|
|
'/api/semantic/': {
|
|
target: 'http://localhost:9081',
|
|
changeOrigin: true,
|
|
},
|
|
'/api/': {
|
|
target: 'http://localhost:9080',
|
|
changeOrigin: true,
|
|
},
|
|
},
|
|
};
|