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

Commits on Sep 28, 2024

  1. add Args(0) to controller actions not expected to recieve args

    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 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    18dcf6b View commit details
    Browse the repository at this point in the history