Compare commits

...

1 Commits
main ... v8

Author SHA1 Message Date
FunctionsAPI
7c8c71954e Automatic push from FunctionsAPI 2025-06-06 12:56:43 +00:00
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