mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 15:42:38 +00:00
Update Jest test for moved legacy homepage
This commit is contained in:
@@ -92,7 +92,7 @@ app.get('/', (req, res, next)=>{
|
||||
return next();
|
||||
});
|
||||
|
||||
//Home page v3
|
||||
//Home page legacy
|
||||
app.get('/legacy', (req, res, next)=>{
|
||||
req.brew = {
|
||||
text : welcomeTextLegacy,
|
||||
|
||||
Reference in New Issue
Block a user