Added traxxx dummy network.

This commit is contained in:
DebaucheryLibrarian
2020-10-26 01:42:38 +01:00
parent 15810333b9
commit 99a7bfeb4c
27 changed files with 128 additions and 0 deletions

View File

@@ -1,10 +1,12 @@
'use strict';
async function fetchLatest() {
console.log('latest!');
return [
{
title: 'Hot chick arse fucked',
date: new Date(),
entryId: 'traxxx1',
},
];
}