Compare commits

..

1 Commits
main ... v2

Author SHA1 Message Date
FunctionsAPI
fb8a7d77c0 Automatic push from FunctionsAPI 2025-05-22 10:12:06 +00:00
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1 @@
# 7748c67fc1a94811846a485c1c299712 # commonjs hello-world

3
index.js Normal file
View File

@ -0,0 +1,3 @@
exports.main = (req, res) => {
res.send('hello, world');
};