PHP-MVC-REST-API icon indicating copy to clipboard operation
PHP-MVC-REST-API copied to clipboard

Multiple matched routes in $this-matchRouter

Open shakilkhan-hash opened this issue 4 years ago • 1 comments

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? image image image where /auth/alias normally are /:parent/:alias/ Also I get all params from the routes: image

shakilkhan-hash avatar Jan 19 '21 19:01 shakilkhan-hash

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

afgprogrammer avatar Jan 20 '21 10:01 afgprogrammer