mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
chore: module alias for all routes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const art = require('art-template');
|
||||
const path = require('path');
|
||||
const config = require('../config');
|
||||
const config = require('@/config');
|
||||
|
||||
const reject = (ctx) => {
|
||||
ctx.response.status = 403;
|
||||
|
||||
Reference in New Issue
Block a user