Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-05-30 13:28:16 +00:00
parent 66c393c3c9
commit f2071dbadc
3 changed files with 6 additions and 2 deletions

View File

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

3
main.py Normal file
View File

@ -0,0 +1,3 @@
def main(request):
print(request)
return "hello, world"

2
requirements.txt Normal file
View File

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