From e8fb06b821e69d603a0e26a4092c4e2e598b5e00 Mon Sep 17 00:00:00 2001 From: Karim Elbana Date: Mon, 25 Nov 2024 23:12:45 +0100 Subject: [PATCH] new key --- api/fast.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/fast.py b/api/fast.py index f181025..b424f11 100644 --- a/api/fast.py +++ b/api/fast.py @@ -18,7 +18,8 @@ def root(): response = { 'greeting': 'Servus, griaß di!', # This is a typical Bavarian greeting ;) 'timestamp': datetime.now(), - 'how are you?': 'I am fine, thank you! How are you?' + 'how are you?': 'I am fine, thank you! How are you?', + 'new key': 'new value' } return response