0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 20:12:40 +00:00

Merge branch 'master' into brew_themes_user_selection

This commit is contained in:
David Bolack
2024-03-06 19:28:37 -06:00
17 changed files with 154 additions and 85 deletions

View File

@@ -271,8 +271,6 @@ 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');