algo.URLRouter.find()
Syntax
urlRouter.find(path)
Parameters
find(...pathSegments)
...pathSegments
A series of strings that make up a path to look up.
Return Value
The value that the queried path maps to, or undefined
if the path is not found.