|
@@ -17,7 +17,7 @@ module.exports = defineConfig({
|
|
|
},
|
|
|
['/api/kgqa']: {
|
|
|
// target: 'http://192.168.0.107:7073',
|
|
|
- target: 'http://192.168.0.103:7074',
|
|
|
+ target: 'http://localhost:7074',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
@@ -25,7 +25,8 @@ module.exports = defineConfig({
|
|
|
}
|
|
|
},
|
|
|
['/api/knowledge_base']: {
|
|
|
- target: 'http://192.168.0.103:7861',
|
|
|
+ // target: 'http://192.168.0.103:7861',
|
|
|
+ target: 'http://localhost:7861',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|