Fixing break
This commit is contained in:
parent
57f22197a9
commit
55af12b620
|
|
@ -6,7 +6,7 @@ namespace Microsoft.AspNet.Cors.Core
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// An interface which can be used to identify a type which provides metadata needed for enabling CORS support.
|
/// An interface which can be used to identify a type which provides metadata needed for enabling CORS support.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IEnableCorsMetadata
|
public interface IEnableCorsAttribute
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The name of the policy which needs to be applied.
|
/// The name of the policy which needs to be applied.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue