diff --git a/main.py b/main.py new file mode 100644 index 0000000..4313513 --- /dev/null +++ b/main.py @@ -0,0 +1,4 @@ +def main(request): + data = request.get_json(force=True) + print(data) + return data \ No newline at end of file