Commit 0381b4fa authored by 张淼's avatar 张淼

1

parent dc86d020
......@@ -42,8 +42,3 @@ router.post('/favorite/:fid/delete', function(req, res, next) {
}
});
//获取当前用户的收藏列表
router.get('/favorite/list', function(req, res, next) {
console.log('');
});
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment