hurl/integration/tests_ok/verbose.py

7 lines
86 B
Python
Raw Normal View History

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