fix: feed field

This commit is contained in:
Cory Dransfeldt 2024-11-25 18:34:59 -08:00
parent 308562dc7a
commit fb23caebfc
No known key found for this signature in database
8 changed files with 77 additions and 22 deletions

View file

@ -18,7 +18,7 @@ export async function GET() {
title: link.feed.title,
pubDate: link.feed.date,
link: link.feed.url,
description: link.feed.description,
content: link.feed.description,
})),
});
}