14 lines
396 B
JavaScript
14 lines
396 B
JavaScript
module.exports = {
|
|
'gixnetwork.org': {
|
|
_name: 'University of Washington',
|
|
'.': [
|
|
{
|
|
title: 'Global Innovation Exchange News',
|
|
docs: 'https://docs.rsshub.app/routes/university#university-of-washington',
|
|
source: ['/news/:category'],
|
|
target: '/uw/gix/news/:category',
|
|
},
|
|
],
|
|
},
|
|
};
|