This commit is contained in:
Priyanshu Agrawal 2018-02-05 23:52:53 +05:30
Родитель e0e4b007ec
Коммит ce82951c56
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Cors.Infrastructure
{
/// <summary>
/// The HTTP method for the CORS preflight request.
/// </summary>
/// </summary>
public static readonly string PreflightHttpMethod = HttpMethods.Options;
/// <summary>