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:
@@ -170,6 +170,10 @@ const api = {
|
||||
stub.userThemes = userThemes;
|
||||
}
|
||||
|
||||
if ( accessType == 'themes' ) {
|
||||
console.log('Themes loaded');
|
||||
console.log(stub);
|
||||
}
|
||||
req.brew = stub ?? {};
|
||||
next();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user