algo.URLRouter.add()
Syntax
urlRouter.add(url, value)
Parameters
add(path, value)
pathvalue
A string containing a path.
The value that the given path is mapped to.
urlRouter.add(url, value)
add(path, value)
A string containing a path.
The value that the given path is mapped to.