hurl/integration/tests/hello.py
2020-08-27 16:44:57 +02:00

7 lines
84 B
Python

from tests import app
@app.route("/hello")
def hello():
return 'Hello World!'