Open ghost opened 1 year ago
When i Set 404 error the redirect execure 10 times, I d like to redict to a 404 page instead print
` $router->set404( function () {
});`
even I cannot set an error with user input wrong world for login
$router->set404('/api(/.*)?', function() {
When i Set 404 error the redirect execure 10 times, I d like to redict to a 404 page instead print
` $router->set404( function () {
even I cannot set an error with user input wrong world for login
$router->set404('/api(/.*)?', function() {