change default ident
This commit is contained in:
parent
f306696bc1
commit
bd35ae416b
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue