Files
fejkdata/locales/en_US/url.json
T

8 lines
312 B
JSON

[
{
"format": "https://{host}{path}",
"host": ["example.com", "www.example.com", "example.org", "blog.example.net", "shop.example.com", "example.io"],
"path": ["", { "format": "/{seg}", "seg": ["about", "account", "blog", "contact", "help", "items", "login", "news", "products", "search"] }]
}
]