Compare commits

...

1 Commits
main ... v3

Author SHA1 Message Date
FunctionsAPI
f3295bce8d Automatic push from FunctionsAPI 2025-07-17 13:33:18 +00:00
4 changed files with 5 additions and 2 deletions

0
New File Normal file
View File

View File

@ -1,2 +1 @@
# 8d4205fd7b1c4a30a1d828a664711c3c # python hello-world

2
main.py Normal file
View File

@ -0,0 +1,2 @@
def main(request):
return "hellodfs, world"

2
requirements.txt Normal file
View File

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