mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
feat: rename routes dir - 1/2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const target = path.join(__dirname, '../../assets/build/maintainer.json');
|
||||
const dirname = path.join(__dirname + '../../../lib/v2');
|
||||
const dirname = path.join(__dirname + '../../../lib/routes');
|
||||
|
||||
// Presence Check
|
||||
for (const dir of fs.readdirSync(dirname)) {
|
||||
|
||||
Reference in New Issue
Block a user