Spaces:
Runtime error
Runtime error
Update
Browse files
frontend/src/setupProxy.js
CHANGED
@@ -7,7 +7,7 @@ module.exports = function (app) {
|
|
7 |
pathRewrite: {
|
8 |
'^/api': '',
|
9 |
},
|
10 |
-
target: 'http://localhost:
|
11 |
changeOrigin: true,
|
12 |
})
|
13 |
);
|
|
|
7 |
pathRewrite: {
|
8 |
'^/api': '',
|
9 |
},
|
10 |
+
target: 'http://localhost:3000',
|
11 |
changeOrigin: true,
|
12 |
})
|
13 |
);
|