Compare commits

...

1 Commits
main ... v4

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

View File

@ -1,2 +1 @@
# 627de27d5d524d6fa80aa3b87e84f5d3
# 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