Compare commits

...

1 Commits
main ... v4

Author SHA1 Message Date
FunctionsAPI
a32a84f63c Automatic push from FunctionsAPI 2025-06-15 14:28:20 +00:00
3 changed files with 7 additions and 2 deletions

View File

@ -1,2 +0,0 @@
# 50e563ef1e414f469a691aa4ec739675

5
main.py Normal file
View File

@ -0,0 +1,5 @@
def handler(event, context):
return {
"statusCode": 200,
"body": "Hello, World!"
}

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
functions-framework==1.4.3
markupsafe==2.0.1