BackEnd/Node.js
node.js ] redirect 다른 웹으로 이동시키기
언제나 변함없이
2019. 5. 24. 17:59
반응형
res.redirect("www.naver.com"); 방식으로 리다이렉트로 다른 페이지로 이동시킬 수 있답니다
반응형