serverless test!!! 🎉
commit
c0292e0a57
|
|
@ -0,0 +1,3 @@
|
|||
module.exports = function(req, res) {
|
||||
res.end('HELLO WORLD');
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in New Issue