From ed968a902333f4ae2b804b44df38fbd47768aad6 Mon Sep 17 00:00:00 2001 From: FunctionsAPI Date: Mon, 21 Oct 2024 12:55:21 +0000 Subject: [PATCH] Automatic push from FunctionsAPI --- main.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 main.py 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