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