feat(route): add dlnews (#12997)

* feat(route):add DLNEWS

* clean up

* use embedded JSON

* fix: docusaurus style md

* add description.art and rate limit

* increase the concurency

* fix: fix radar docs link

* docs: move to finance

---------
This commit is contained in:
Nishant Singh
2023-08-21 21:43:16 +05:30
committed by GitHub
parent 9e7d246512
commit 7e5bb7f462
8 changed files with 176 additions and 1 deletions

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

@@ -0,0 +1,3 @@
module.exports = (router) => {
router.get('/:category?', require('./category'));
};