Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-03-11 10:00:59 +00:00
parent 434d010e2c
commit 9b6c8e32b7
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