bernardarhia / routee

A lightweight php routing library for writing fullstack applications, backend apis etc. It comes with speed and was inspired by how laravel handles it routing services in the framework
2 stars 0 forks source link

Middleware not working #2

Open bernardarhia opened 2 years ago

bernardarhia commented 2 years ago

When I pass a middleware, it doesn't work

bernardarhia commented 2 years ago

Currently, routee has removed the middleware functionality. This was done to study the middleware functionality and how to give a better implementation of it