jimin

코드 수정

...@@ -89,7 +89,6 @@ module.exports = function(app) ...@@ -89,7 +89,6 @@ module.exports = function(app)
89 setTimeout(function(){ 89 setTimeout(function(){
90 Dust_Place ='/'+ urlencode(req.query.city) 90 Dust_Place ='/'+ urlencode(req.query.city)
91 url = Dust_URL+Dust_ServiceKey+Dust_URL2+item+Dust_Place; 91 url = Dust_URL+Dust_ServiceKey+Dust_URL2+item+Dust_Place;
92 - console.log(url)
93 request(url,function(error,res,body) { 92 request(url,function(error,res,body) {
94 if(error){ 93 if(error){
95 console.log('error=>${error}'); 94 console.log('error=>${error}');
......