mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-15 01:30:33 +08:00
clear up dependence
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const axios = require('axios');
|
||||
const axios = require('../../utils/axios');
|
||||
|
||||
module.exports = async (ctx) => {
|
||||
const id = ctx.params.id;
|
||||
|
||||
Reference in New Issue
Block a user