diff --git a/api/fast.py b/api/fast.py index dc3b65e..b424f11 100644 --- a/api/fast.py +++ b/api/fast.py @@ -17,7 +17,9 @@ def root(): response = { 'greeting': 'Servus, griaß di!', # This is a typical Bavarian greeting ;) - 'timestamp': datetime.now() + 'timestamp': datetime.now(), + 'how are you?': 'I am fine, thank you! How are you?', + 'new key': 'new value' } return response