hurl/integration/tests_ok/resolve.py
Fabrice Reix 62243800e6
Delete Rust integ Test for libcurl/HTTP module
These tests should be covered in the .hurl integ tests.
2023-06-08 09:03:57 +00:00

7 lines
86 B
Python

from app import app
@app.route("/resolve")
def resolve():
return "Hello World!"