Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-06-06 12:35:20 +00:00
parent 26409e3244
commit 6d1787e0a7
3 changed files with 7 additions and 2 deletions

View File

@ -1,2 +1 @@
# 10210cf245d04c23958fae0de28df002 # 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