mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
chore: module alias for all routes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const axios = require('../../utils/axios'); // get web content
|
||||
const axios = require('@/utils/axios'); // get web content
|
||||
const cheerio = require('cheerio'); // html parser
|
||||
|
||||
const domain = 'https://www.solidot.org';
|
||||
|
||||
Reference in New Issue
Block a user