hurl/integration/tests_ok/connect_to.py

7 lines
92 B
Python
Raw Normal View History

from app import app
@app.route("/connect-to")
def connect_to():
return "Hello World!"