forgot this too
This commit is contained in:
parent
021ba627cb
commit
467587e242
@ -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());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user