jimin

코드 수정

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