8 lines
331 B
JSON
8 lines
331 B
JSON
{
|
|
"^(?P<num>tata[0-9])(?P<num2>[0-9 ]+)$": "https://example.com/url_to_test1?ref={num}&ref2={num2}",
|
|
"^token([0-9]+)$": "https://test2.example.com/url_to_test2?ref={}",
|
|
"g +([0-9]+)": "https://localhost/url_to_test2?ref={}",
|
|
"a +([0-9a-z]+)": "https://192.168.2.3/url_to_test2?ref={}",
|
|
"(.*)": "https://www.qwant.com/?q={}"
|
|
}
|