Alexander
Results
1
issues of
Alexander
Hi. I have a problem. Why does not it work redirect? ``` $app = new \Slim\App(); $app->get('/', function ($request, $response, $args) { return $response->withRedirect($this->router->pathFor('name'));//not work }); $app->get('/auth/signup', function ($request, $response,...