mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
feat: use dynamical config
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const got = require('@/utils/got');
|
||||
const config = require('@/config');
|
||||
const config = require('@/config').value;
|
||||
|
||||
module.exports = async (ctx) => {
|
||||
const user = ctx.params.user;
|
||||
|
||||
Reference in New Issue
Block a user