Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix problem with routes middleware and add posibility to add routes arguments by annotation #2

Merged
merged 2 commits into from
Aug 4, 2023

Conversation

irkallacz
Copy link

  1. Routes middleware was not working -> Error was in Annotation call loader, by assigning variable with middleware to local foreach variable witch is only copy of route, nothing was added

  2. Routes can have arguments. These can be very useful for localization, scope, authorization etc... Implementation was really easy, so I add it

@Nicc0 Nicc0 merged commit d3b5067 into Nicc0:master Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants