Compare commits

...

1 Commits
main ... v5

Author SHA1 Message Date
FunctionsAPI
544b4f81f8 Automatic push from FunctionsAPI 2024-11-05 09:43:46 +00:00
3 changed files with 10 additions and 2 deletions

View File

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

7
main.py Normal file
View File

@ -0,0 +1,7 @@
def main(request):
return "x2(request.my_number)"
def x2 (number):
return number * 2

2
requirements.txt Normal file
View File

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