This commit is contained in:
2025-10-29 10:46:21 +01:00
parent 2de3dc30bf
commit ac27a9ab36
5 changed files with 111 additions and 14 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ module.exports = {
open: true,
proxy: [
{
context: ['/api'],
context: ['/api', '/download'],
target: 'http://127.0.0.1:3000',
changeOrigin: true,
secure: false,