afgprogrammer/PHP-MVC-REST-API

Multiple matched routes in $this-matchRouter

shakilkhan-hash opened this issue · 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 I did not catch you right, what you want to do?