serverless test!!! 🎉

master
Bronwen 2020-11-22 12:48:41 -05:00
commit c0292e0a57
2 changed files with 11 additions and 0 deletions

3
api/palette.js 100644
View File

@ -0,0 +1,3 @@
module.exports = function(req, res) {
res.end('HELLO WORLD');
}

8
package.json 100644
View File

@ -0,0 +1,8 @@
{
"name": "colorhunt",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/marcus13345/colorhunt.git",
"author": "Bronwen <marcus@valnet.xyz>",
"license": "MIT"
}