init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Kreta.Naplo.Configuration
|
||||
{
|
||||
public interface ICorsConfiguration
|
||||
{
|
||||
bool IsEnabled { get; }
|
||||
string Urls { get; }
|
||||
string Headers { get; }
|
||||
string Methods { get; }
|
||||
bool SupportsCredentials { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user