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

add Args(0) to controller actions not expected to recieve args #1275

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

haarg
Copy link
Member

@haarg haarg commented Sep 28, 2024

Controller actions without an explicit Arg/Args are treated as having infinite arguments. Add an Args(0) to the routes that are not expected to have sub-paths.

Controller actions without an explicit Arg/Args are treated as having
infinite arguments. Add an Args(0) to the routes that are not expected
to have sub-paths.
@haarg haarg merged commit a8f3b21 into master Sep 29, 2024
2 checks passed
@haarg haarg deleted the haarg/no-args branch September 29, 2024 05:23
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