2014-10-14 14:26:55 -03:00

6 lines
81 B
Python

import bobo
@bobo.query('/')
def hello(person):
return 'Hello %s!' % person