feat: bugfix

This commit is contained in:
zdl
2025-11-03 18:11:21 +08:00
parent fea0bc3bbe
commit 26ad017d32
2 changed files with 8 additions and 1 deletions

View File

@@ -244,6 +244,13 @@ module.exports = {
secure: false,
logLevel: 'debug',
},
'/concept-api': {
target: 'http://49.232.185.254:6801',
changeOrigin: true,
secure: false,
logLevel: 'debug',
pathRewrite: { '^/concept-api': '' },
},
},
},
};