mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-17 03:58:49 +08:00
@@ -24,7 +24,7 @@ const config = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
module.exports = async (ctx) => {
|
module.exports = async (ctx) => {
|
||||||
const cfg = config[ctx.params.caty];
|
const cfg = config[ctx.params.caty];
|
||||||
if (!cfg) {
|
if (!cfg) {
|
||||||
throw Error('Bad category. See <a href="https://docs.rsshub.app/government.html#guang-dong-sheng-jiao-yu-ting">docs</a>');
|
throw Error('Bad category. See <a href="https://docs.rsshub.app/government.html#guang-dong-sheng-jiao-yu-ting">docs</a>');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user