2019-09-06 22:29:44 +08:00

9 lines
117 B
Python

from server import context
app = context.app
@app.route('api/test/hello')
def hello():
return 'Hello, world!'