mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 21:18:57 +08:00
chore: module alias for all routes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const axios = require('../../utils/axios');
|
||||
const axios = require('@/utils/axios');
|
||||
|
||||
const ProcessFeed = async (list, cache) => {
|
||||
const detailUrl = 'https://www.infoq.cn/public/v1/article/getDetail';
|
||||
|
||||
Reference in New Issue
Block a user