질문&답변
npm run start 오류 제발요,,ㅠ
setupProxy.js 파일 코드를 아래와 같이 수정하시면 됩니다. const { createProxyMiddleware } = require("http-proxy-middleware"); module.exports = function (app) { app.use( "/api", createProxyMiddleware({ target: "http://localhost:5000", changeOrigin: true, }) ); };
- 좋아요수
- 1
- 댓글수
- 3
- 조회수
- 789





