mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 08:22:42 +00:00
more heroku debug
This commit is contained in:
@@ -170,6 +170,10 @@ const api = {
|
|||||||
stub.userThemes = userThemes;
|
stub.userThemes = userThemes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( accessType == 'themes' ) {
|
||||||
|
console.log('Themes loaded');
|
||||||
|
console.log(stub);
|
||||||
|
}
|
||||||
req.brew = stub ?? {};
|
req.brew = stub ?? {};
|
||||||
next();
|
next();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user