Dear all, I have a short design question : within a micro application using basic routes and anonymous function handler, is there a way to "call" one route from the anonymous function body of another route ? For example, I would like to use to use the result of $app->get("/routeA/",[...])
in the definition of $app->get("/routeB/",[...])
(edited)
problem being : I'm not sure what to look for in the documentation ...