Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-06-06 12:56:43 +00:00
parent d826116073
commit 7c8c71954e
3 changed files with 7 additions and 2 deletions

View File

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

4
main.py Normal file
View File

@ -0,0 +1,4 @@
def main(request):
print(request)
raise Exception("Oh no!")
return request

2
requirements.txt Normal file
View File

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