How long has minification been broken?
This commit is contained in:
parent
df49e37654
commit
c39b2736c2
5 changed files with 10 additions and 5 deletions
|
@ -146,6 +146,8 @@ module.exports = {
|
|||
data = converter(data, req.query)
|
||||
}
|
||||
|
||||
data = minify.minify(data)
|
||||
|
||||
res.send(data)
|
||||
} else {
|
||||
res.status(404).send(`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue