This commit is contained in:
2021-01-14 12:51:40 +01:00
parent d4caaae0f2
commit 9570bef24d
15 changed files with 142 additions and 633 deletions

2
tools/ws/api.py Normal file
View File

@ -0,0 +1,2 @@
def say_hello(name=None):
return { "message": "Hello {}, from API!".format(name or "") }