Update search.js to pass instance_config to template

This commit is contained in:
redmt 2022-06-11 19:35:05 +02:00
parent 55bd044b06
commit a0fcdf101e
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ searchRoute.get('/search', (req, res, next) => {
sortby: undefined,
past: undefined,
user_preferences: req.cookies,
instance_config: config,
});
}