mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +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 typeRegrx = /\.(atom|rss)$/;
|
||||
const unsupportedRegrx = /\.json$/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user