feat: add blog_options and rss feed generation
This commit is contained in:
@@ -5,6 +5,7 @@ const authenticateToken = function(req, res, next) {
|
||||
|
||||
if(!token) {
|
||||
res.redirect("/");
|
||||
return;
|
||||
}
|
||||
|
||||
const data = token.split('.');
|
||||
|
||||
Reference in New Issue
Block a user