Files
hausverwaltung/tools/ws/greeting.py
2021-01-15 17:03:33 +01:00

3 lines
90 B
Python

def say_hello(name=None):
return { "message": "Hello {}, from API!".format(name or "") }