colorhunt/api/palette.js

3 lines
64 B
JavaScript
Raw Normal View History

2020-11-22 12:48:41 -05:00
module.exports = function(req, res) {
res.end('HELLO WORLD');
}