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

Controller name customization #177

Merged
merged 2 commits into from
Mar 17, 2024

Conversation

IPdotSetAF
Copy link
Contributor

fixed the bug mentioned in #176 (controller name issue with URL Helper).
added Swagger fix in readme file

Copy link

what-the-diff bot commented Mar 17, 2024

PR Summary

  • Incorporation of Conventional Routing NuGet Package
    A new piece of code was added so that we may effectively utilize the Swashbuckle.AspNetCore.SwaggerGen.ConventionalRouting NuGet Package. This is a tool that is able to streamline the way we route and organize requests within our application.

  • Modification in DNTCaptchaApiProvider.cs File
    Within the DNTCaptchaApiProvider.cs file, alterations have been made to the way the controllerName variable behaves. If the _captchaOptions.CaptchaImageControllerNameTemplate is not left vacant, the controllerName variable will now utilize its value. This change provides better flexibility and control relating to Captcha image functions in the system.

@VahidN VahidN merged commit 2257535 into VahidN:master Mar 17, 2024
3 checks passed
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