Node.js 리다이렉션
response.writeHead(302 , {
'Location' : '/view/index.html' //리다이렉션 경로
});
response.end();
Node.js|2021. 1. 21.
response.writeHead(302 , {
'Location' : '/view/index.html' //리다이렉션 경로
});
response.end();
새로운 블로그로 이사했습니다. 😆
Home | 꾸생 블로그
프론트엔드 개발 블로그입니다. 사소한 것도 기록합니다 :)
kku.dev