updated contents from Atlas repo
This commit is contained in:
5
functions/hello.py
Normal file
5
functions/hello.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import bobo
|
||||
|
||||
@bobo.query('/')
|
||||
def hello(person):
|
||||
return 'Hello %s!' % person
|
||||
Reference in New Issue
Block a user