mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
9 lines
114 B
Python
9 lines
114 B
Python
# coding=utf-8
|
|
from tests import app
|
|
|
|
|
|
@app.route("/assert-regex")
|
|
def assert_regex():
|
|
return 'Hello World!'
|
|
|