This website works better with JavaScript
Home
Explore
Help
Sign In
yuxiangpei
/
tbServantMini_cloud
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
2fa3813183
Branches
Tags
master
new-20210908
upgrade-1228
tbServantMin...
/
server
/
helloworld
/
index.js
index.js
71 B
History
Raw
1
2
3
exports.main = async (event, context) => {
return 'hello world';
};