In hooks website_route_rules dosen't work

getting 404 when i try to use website_route_rules in hooks, here is my code for your reference.

website_route_rules = [
{‘from_route’: ‘machine/info/abc’, ‘to_route’: ‘machine/info’}
]

machine/info → perfectly work,
machine/info/abc —> 404 response

Thanks