질문&답변
cors 이슈 질문 있습니다!
app.use(cors({ origin:'http://localhost:3000', credentials: true, })); const 변수로 하실거면 const cors_origin ="http://localhost:3000" 이렇게 하셔야 하지 않을까요? 괄호때문에 안되는거아닌가...