feat(routes): CSDN 博客 (#10447)

* feat(routes): CSDN Blog

* fix(docs): add CSDN Blog paramsDesc
This commit is contained in:
Jerry K Jia
2022-08-16 20:30:22 -04:00
committed by GitHub
parent 106341f4e6
commit 5f9018c3df
6 changed files with 72 additions and 0 deletions

3
lib/v2/csdn/router.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = function (router) {
router.get('/blog/:user', require('./blog'));
};