masonite icon indicating copy to clipboard operation
masonite copied to clipboard

Fallback route should be evaluated at the end

Open eaguad1337 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem?

Routes are evaluated in order and if you have a Route.fallback() before more routes, these routes will never be evaluated.

What do we currently have to do now?

No response

Describe the solution you'd like

Make Route.fallback to be evaluated at the end.

Describe alternatives you've considered

No response

Would this be a breaking change ?

  • [ ] Yes

Anything else ?

No response

eaguad1337 avatar Jan 08 '24 13:01 eaguad1337