Compare commits

..

1 Commits
main ... v15

Author SHA1 Message Date
FunctionsAPI
9b6c8e32b7 Automatic push from FunctionsAPI 2025-03-11 10:00:59 +00:00
3 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1 @@
# b18d66fe3b6547849642c226f433227c # python hello-world

3
main.py Normal file
View File

@ -0,0 +1,3 @@
def main(request):
print(request)
return "success"

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
functions-framework==3.8.2
markupsafe==3.0.2