From 37ac0066bb3ea6a17ca03681bc7de38c9a0dc599 Mon Sep 17 00:00:00 2001 From: space Date: Sun, 1 Mar 2026 11:02:17 +0100 Subject: [PATCH] Test2 --- functions/control/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/control/main.py b/functions/control/main.py index e244354..7ce1f0b 100644 --- a/functions/control/main.py +++ b/functions/control/main.py @@ -1,2 +1,2 @@ def main(args): - return "Hello, World!" \ No newline at end of file + return args.get("route") \ No newline at end of file