Rename index.pug to frontpage.pug

This commit is contained in:
redmt
2022-06-10 20:05:36 +02:00
parent 354180119f
commit 27ade36805
7 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ preferenceRoutes.get('/import_prefs/:key', (req, res, next) => {
`Error getting the preferences import key ${key} from redis.`,
error
);
return res.render('index', {
return res.render('frontpage', {
json: null,
user_preferences: req.cookies,
});