Files
RSSHub/lib/v2/postman/radar.js
2022-07-26 00:38:18 +08:00

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',
},
],
},
};