Eunsu486

modify category.js-add render funstion

......@@ -36,7 +36,9 @@ router.get('/hospital', function (req, res) {
hospitals.push(library);
}
}
console.log([hospitals[1]]);
console.log([hospitals);
res.render('result', { category: 'hospital', userLocation: userLocation });
}
})
});
\ No newline at end of file
......