2 references to AllowAnyMethod
Microsoft.AspNetCore.Cors (2)
Infrastructure\CorsPolicy.cs (1)
152builder.Append(AllowAnyMethod);
Infrastructure\CorsService.cs (1)
118var allowedMethods = policy.AllowAnyMethod ?