mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-03 02:30:32 +03:00
7 lines
128 B
Python
7 lines
128 B
Python
from app import app
|
|
|
|
|
|
@app.route("/error-query-header-not-found")
|
|
def error_query_header_not_found():
|
|
return "Hello World!"
|