issues
search
bakaphp
/
router
A tool to create multiple Phalcon Collections with easy.
https://bakaphp.github.io/router
MIT License
4
stars
1
forks
source link
Hotfix route middleware collisions
#34
Closed
kaioken
closed
4 years ago
kaioken
commented
4 years ago
Fix Middlware Route Collissions
Problem
Given 2 route POST / GET /v1/products, with diff middleware, the package was overwritten the diff behaviors
Fix
Update the router/middleware identifiers
Problem
Fix