I have a route in express
我有快递路线
router.get('projects/fest', function(req, res, next){
res.sendfile('fest.html', {root: './public'});
});
router.getI have a route in express
我有快递路线
router.get('projects/fest', function(req, res, next){
res.sendfile('fest.html', {root: './public'});
});
router.get