|
module.exports = {
|
|
'postman.com': {
|
|
_name: 'Postman',
|
|
'.': [
|
|
{
|
|
title: 'Release Notes',
|
|
docs: 'https://docs.rsshub.app/routes/program-update#postman-release-notes',
|
|
source: ['/downloads/release-notes', '/'],
|
|
target: '/postman/release-notes',
|
|
},
|
|
],
|
|
},
|
|
};
|