mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
14 lines
371 B
JavaScript
14 lines
371 B
JavaScript
module.exports = {
|
|
'postman.com': {
|
|
_name: 'Postman',
|
|
'.': [
|
|
{
|
|
title: 'Release Notes',
|
|
docs: 'https://docs.rsshub.app/program-update.html#postman-release-notes',
|
|
source: ['/downloads/release-notes', '/'],
|
|
target: '/postman/release-notes',
|
|
},
|
|
],
|
|
},
|
|
};
|