mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-14 09:12:01 +08:00
10 lines
209 B
JavaScript
10 lines
209 B
JavaScript
const art = require('art-template');
|
|
const json = require('@/views/json');
|
|
|
|
// We may add more control over it later
|
|
|
|
module.exports = {
|
|
art,
|
|
json, // This should be used by RSSHub middleware only.
|
|
};
|