Compare commits

...

1 Commits
main ... v3

Author SHA1 Message Date
FunctionsAPI
eb6ce996a0 Automatic push from FunctionsAPI 2025-06-15 12:02:59 +00:00
3 changed files with 7 additions and 2 deletions

View File

@ -1,2 +0,0 @@
# 181242312e8a4b6ab7d693550690b77b

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