hurl/integration/tests_ok/head.py
2022-10-18 14:27:47 +02:00

7 lines
78 B
Python

from app import app
@app.route("/head")
def head():
return "Hello Head"