Skip to content

Commit

Permalink
Enable dynamic route template again ,Close #186
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed Sep 8, 2024
1 parent 96d1ea8 commit ca6b316
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ charset = utf-8-bom

[*.cs]

dotnet_diagnostic.S6934.severity = suggestion
dotnet_diagnostic.S6967.severity = suggestion
dotnet_diagnostic.ASP0023.severity = suggestion
dotnet_diagnostic.CA1510.severity = suggestion
Expand Down
2 changes: 1 addition & 1 deletion src/DNTCaptcha.Core/DNTCaptcha.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>DNTCaptcha.Core is a captcha generator and validator for ASP.NET Core applications.</Description>
<VersionPrefix>5.2.6</VersionPrefix>
<VersionPrefix>5.2.7</VersionPrefix>
<Authors>Vahid Nasiri</Authors>
<TargetFrameworks>net8.0;net7.0;net6.0;</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
1 change: 0 additions & 1 deletion src/DNTCaptcha.Core/DNTCaptchaImageController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ namespace DNTCaptcha.Core;
/// DNTCaptcha Image Controller
/// </summary>
[AllowAnonymous]
[Route("[controller]")]
#if NET7_0 || NET8_0
[EnableRateLimiting(DNTCaptchaRateLimiterPolicy.Name)]
#endif
Expand Down

0 comments on commit ca6b316

Please sign in to comment.