Compare commits

..

No commits in common. "v3" and "main" have entirely different histories.
v3 ... main

3 changed files with 2 additions and 14 deletions

View File

@ -1 +1,2 @@
# python hello-world
# 7ff6dd8a01b140a998a6955fc073324d

11
main.py
View File

@ -1,11 +0,0 @@
import json
def main(request):
str_data = request.get_data(cache=True, as_text=True, parse_form_data=False)
print(str_data)
try:
data = json.loads(str_data)
print(data)
except:
print("Provided data is not a valid json")
return "hello, world"

View File

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