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