BasToTheMax commited on
Commit
e42fb37
1 Parent(s): c748a24

Create index.js

Browse files
Files changed (1) hide show
  1. index.js +3 -0
index.js ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ exports.main = (req, res) => {
2
+ res.send('Hello, World');
3
+ };