mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Heroku debug
This commit is contained in:
@@ -271,6 +271,8 @@ const api = {
|
||||
res.status(200).send(saved);
|
||||
},
|
||||
getBrewThemeWithCSS : async (req, res)=>{
|
||||
console.log('I made it out!');
|
||||
console.log(req.brew);
|
||||
const brew = req.brew;
|
||||
splitTextStyleAndMetadata(brew);
|
||||
res.setHeader('Content-Type', 'text/css');
|
||||
|
||||
Reference in New Issue
Block a user