Created
February 26, 2019 18:36
-
-
Save chinchang/eef1974f2442ad2236838037bf764e09 to your computer and use it in GitHub Desktop.
Now lambda issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const PixelDiff = require('pixel-diff') | |
module.exports = async (req, res) => { | |
res.statusCode = 200 | |
res.setHeader('Content-Type', `text/plain`) | |
res.setHeader('Cache-Control', 'no-cache') | |
res.end('done!') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment