0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 20:23:39 +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); res.status(200).send(saved);
}, },
getBrewThemeWithCSS : async (req, res)=>{ getBrewThemeWithCSS : async (req, res)=>{
console.log('I made it out!');
console.log(req.brew);
const brew = req.brew; const brew = req.brew;
splitTextStyleAndMetadata(brew); splitTextStyleAndMetadata(brew);
res.setHeader('Content-Type', 'text/css'); res.setHeader('Content-Type', 'text/css');