Compare commits

..

1 Commits
main ... v8

Author SHA1 Message Date
FunctionsAPI
cce347298e Automatic push from FunctionsAPI 2025-04-07 15:56:14 +00:00
4 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# f8d3c9f0cdda402caa1ef3591e6915f4
# 3ab2cc0a91f840c497b20adf205e6ed7

2
dontREADME.mdy Normal file
View File

@ -0,0 +1,2 @@
# python hello-world
sadasd

2
main.py Normal file
View File

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

2
requirements.txt Normal file
View File

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