fix: Update proxy target to backend port 5082 (Refs #2)
This commit is contained in:
@@ -8,7 +8,7 @@ export default defineConfig({
|
||||
port: 8181,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:5000',
|
||||
target: 'http://localhost:5082',
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user