0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 17:32:38 +00:00

Merge branch 'master' into addLocalLogin-#269

This commit is contained in:
G.Ambatte
2022-04-13 14:30:02 +12:00
committed by GitHub
20 changed files with 795 additions and 480 deletions

View File

@@ -291,6 +291,7 @@ app.use((req, res)=>{
};
const props = {
version : require('./../package.json').version,
publicUrl : config.get('publicUrl') ?? '',
url : req.originalUrl,
brew : req.brew,
brews : req.brews,