0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

more heroku debug

This commit is contained in:
David Bolack
2024-03-06 14:04:16 -06:00
parent e2ba0ec059
commit 47ea2f6ed7

View File

@@ -170,6 +170,10 @@ const api = {
stub.userThemes = userThemes;
}
if ( accessType == 'themes' ) {
console.log('Themes loaded');
console.log(stub);
}
req.brew = stub ?? {};
next();
};