Added ability to generat PDF on test email page.
This commit is contained in:
@@ -17,6 +17,7 @@ exports.inlinecss = (req, res) => {
|
||||
|
||||
inlineCssTool(html, { url: url })
|
||||
.then((inlinedHtml) => {
|
||||
console.log("Inline success.");
|
||||
res.send(inlinedHtml);
|
||||
})
|
||||
.catch((error) => {
|
||||
|
||||
Reference in New Issue
Block a user