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