hurl/integration/tests_ok/delete.py

7 lines
92 B
Python

from app import app
@app.route("/delete", methods=["DELETE"])
def delete():
return ""