Compare commits

...

1 Commits
main ... v6

Author SHA1 Message Date
FunctionsAPI
2004b35417 Automatic push from FunctionsAPI 2025-06-06 12:49:30 +00:00
3 changed files with 7 additions and 2 deletions

View File

@ -1,2 +1 @@
# 936a1bebf20d45e5a89fab4a135c863c # 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