hurl/integration/tests_ok/put.py

7 lines
83 B
Python

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