lith 4 rokov pred
rodič
commit
1d7431dafc

+ 1 - 1
dotnet/Library/Sers/Sers.Serslot/Sers.Serslot/ControllerHelp.cs

@@ -124,7 +124,7 @@ namespace Sers.Serslot
         {
             var routes = new List<(string route, string httpMethod, string oriRoute)>();
 
-            if (null!=method.GetCustomAttributes<NonActionAttribute>())
+            if (null!=method.GetCustomAttribute<NonActionAttribute>())
                 return routes;
 
             var attrs = method.GetCustomAttributes<Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute>();