Documentation
Printing the Route Tree
For debugging, you can print the route tree:
// Print the route tree of the LiteNode instance.
app.printTree()
This will output a hierarchical view of the registered routes.
For debugging, you can print the route tree:
// Print the route tree of the LiteNode instance.
app.printTree()
This will output a hierarchical view of the registered routes.