PHP-MVC-REST-API
                                
                                 PHP-MVC-REST-API copied to clipboard
                                
                                    PHP-MVC-REST-API copied to clipboard
                            
                            
                            
                        Multiple matched routes in $this-matchRouter
When I had multiple routes like auth/login, auth/:custom/ , /:parent/:alias/  and my current route is auth/login/ i get all three routes in $this->matchRouter, it is possible to fix that?
 
 
 where
where /auth/alias normally are /:parent/:alias/
Also I get all params from the routes:

@shakilkhan-hash I did not catch you right, what you want to do?