-
I have a custom middleware I added to the middleware array in If that's not possible I'm wondering if anybody else can think of a workaround as I'm out of ideas at the moment. Any help greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
A tool should already have its own routes and middleware. |
Beta Was this translation helpful? Give feedback.
-
Finally thought of the obvious solution... added the above to the beginning of my middleware. Previously had tried this with |
Beta Was this translation helpful? Give feedback.
Finally thought of the obvious solution... added the above to the beginning of my middleware. Previously had tried this with
$request->get_path()
but that didn't work for some reason.