hurl/integration/tests_ok/put.py

7 lines
83 B
Python
Raw Normal View History

from app import app
2020-08-27 10:07:46 +03:00
@app.route("/put", methods=["PUT"])
2020-08-27 10:07:46 +03:00
def put():
return ""