Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2024-11-05 09:44:21 +00:00
parent 3d3a3de694
commit 52b2a27b9a
3 changed files with 7 additions and 2 deletions

View File

@ -1,2 +1 @@
# 57c82c6290f44814b5fd8a3fb8ca7ff5 # python hello-world

4
main.py Normal file
View File

@ -0,0 +1,4 @@
def main(request):
return "x2(request.my_number)"

2
requirements.txt Normal file
View File

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