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

14 lines
334 B
JavaScript

module.exports = {
'vmware.com': {
_name: 'VMware',
flings: [
{
title: 'Flings',
docs: 'https://docs.rsshub.app/routes/program-update#vmware-flings',
source: ['/flings', '/'],
target: '/vmware/flings',
},
],
},
};