0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Merge branch 'naturalcrit:master' into master

This commit is contained in:
blitzher
2021-08-31 19:41:10 +02:00
committed by GitHub
11 changed files with 174 additions and 215 deletions

View File

@@ -134,8 +134,9 @@ app.get('/v3_preview', async (req, res, next)=>{
//Changelog page
app.get('/changelog', async (req, res, next)=>{
const brew = {
title : 'Changelog',
text : changelogText
title : 'Changelog',
text : changelogText,
renderer : 'V3'
};
req.brew = brew;
return next();