Skip to content

Commit

Permalink
new key
Browse files Browse the repository at this point in the history
  • Loading branch information
karimelbana committed Nov 25, 2024
1 parent ea90964 commit e8fb06b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/fast.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e8fb06b

Please sign in to comment.