Compare commits

..

1 Commits
main ... v2

Author SHA1 Message Date
FunctionsAPI
6e185d5df0 Automatic push from FunctionsAPI 2025-04-16 18:17:52 +00:00
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1 @@
# 21bb1219c04e48dcaa4ac0605d5ec307 # commonjs hello-world

3
index.js Normal file
View File

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