Files
RSSHub/lib/v2/notion/radar.js
2023-08-15 03:12:12 +01:00

14 lines
314 B
JavaScript

module.exports = {
'notion.so': {
_name: 'Notion',
'.': [
{
title: 'Database',
docs: 'https://docs.rsshub.app/routes/other#notion',
source: ['/:id'],
target: '/notion/database/:id',
},
],
},
};