hurl/integration/tests_ok/head.py

7 lines
78 B
Python
Raw Normal View History

2022-10-17 15:23:59 +03:00
from app import app
@app.route("/head")
def head():
return "Hello Head"