add Dockerfile
This commit is contained in:
2
tools/ws/greeting.py
Normal file
2
tools/ws/greeting.py
Normal file
@ -0,0 +1,2 @@
|
||||
def say_hello(name=None):
|
||||
return { "message": "Hello {}, from API!".format(name or "") }
|
Reference in New Issue
Block a user