forgot this too

This commit is contained in:
James Shiffer 2020-09-10 19:51:54 -07:00
parent 021ba627cb
commit 467587e242
No known key found for this signature in database
GPG Key ID: C0DB8774A1B3BA45

View File

@ -25,6 +25,8 @@ export async function get(req, res)
});
}
res.writeHead(200);
res.writeHead(200, {
'Content-Type': 'application/rss+xml'
});
res.end(feed.xml());
}