修改接口注释22
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
编码猿
2024-12-15 11:35:35 +08:00
parent 173b70a32c
commit 1b9339d42d

View File

@@ -13,8 +13,8 @@ router.get('/recommend', async (req, res) => {
data: [
{ title: '秀人网', count: '9059', url: '/xiuren', index: 0 },
{ title: 'ROSI写真', count: '6580', url: '/domestic/rosi', index: 2 },
{ title: '蜜桃社', count: '122', url: '/domestic/miitao', index: 26 },
{ title: '尤物馆', count: '138', url: '/domestic/youwu', index: 28 },
{ title: '蜜桃社', count: '122', url: '/domestic/miitao', index: 27 },
{ title: '尤物馆', count: '138', url: '/domestic/youwu', index: 29 },
]
});
})