김건희

[Merge] 'feature/middleware' into 'frontend'

...@@ -180,7 +180,7 @@ function WeatherPage(props) { ...@@ -180,7 +180,7 @@ function WeatherPage(props) {
180 console.log(userGender); 180 console.log(userGender);
181 console.log(isRain); 181 console.log(isRain);
182 182
183 - 183 + // 추천 페이지로 보낼 데이터
184 const sendData = { 184 const sendData = {
185 gender : 0, 185 gender : 0,
186 weather : "1", 186 weather : "1",
......