change default ident

This commit is contained in:
b1ek 2023-02-27 17:19:29 +10:00
parent f306696bc1
commit bd35ae416b
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ async function rss(req, res) {
});
}
let ident = 4;
let ident = 0;
if (req.query.ident) ident = req.query.ident;
res.header('Content-Type', 'application/rss+xml');