mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 23:59:56 +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');
|
||||
|
||||
module.exports = async (ctx) => {
|
||||
const gridName = ctx.params.gridName;
|
||||
|
||||
Reference in New Issue
Block a user