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

Heroku debug

This commit is contained in:
David Bolack
2024-03-06 19:20:16 -06:00
parent 33933ef212
commit a666c8def3

View File

@@ -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');